Skip to content

Commit 7a5e5d5

Browse files
ci: fix node version to support OIDC (#528)
1 parent ae00c93 commit 7a5e5d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdk-publish-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
scope: '@iexec/dataprotector'
4242
registry: 'https://registry.npmjs.org'
43-
node-version: '18'
43+
node-version: '20'
4444
environment: 'staging'
4545
working-directory: packages/sdk
4646
tag: 'nightly'
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
scope: '@iexec/dataprotector'
5858
registry: 'https://registry.npmjs.org'
59-
node-version: '18'
59+
node-version: '20'
6060
working-directory: packages/sdk
6161
tag: 'latest'
6262
install-command: |

0 commit comments

Comments
 (0)