Skip to content

Commit

Permalink
chore: upgrade to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Sep 23, 2023
1 parent f9590c0 commit ef7555d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
CI: true
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
COVERALLS_GIT_BRANCH: main
NODE_OPTIONS: --openssl-legacy-provider

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
description: 'Which version to publish to snapstore'
required: true

env:
NODE_OPTIONS: --openssl-legacy-provider

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches: main

env:
NODE_OPTIONS: --openssl-legacy-provider

jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

env:
CI: true
NODE_OPTIONS: --openssl-legacy-provider

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion envvars.for.actions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NODE_VERSION=16
NODE_VERSION=20.7.0

0 comments on commit ef7555d

Please sign in to comment.