We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae00c93 commit a58d453Copy full SHA for a58d453
.github/workflows/sdk-publish-npm.yml
@@ -40,7 +40,7 @@ jobs:
40
with:
41
scope: '@iexec/dataprotector'
42
registry: 'https://registry.npmjs.org'
43
- node-version: '18'
+ node-version: '20'
44
environment: 'staging'
45
working-directory: packages/sdk
46
tag: 'nightly'
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
tag: 'latest'
62
install-command: |
0 commit comments