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 6acde73 commit 8ddf7c9Copy full SHA for 8ddf7c9
.github/workflows/build.yml
@@ -6,6 +6,10 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
+ - uses: actions/setup-node@v3
11
+ with:
12
+ node-version: '22.x'
13
+ registry-url: 'https://registry.npmjs.org'
14
- run: npm ci
15
- run: npm run build-sdk
.github/workflows/npm.yml
@@ -6,10 +6,10 @@ jobs:
- uses: actions/setup-node@v3
with:
- node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
0 commit comments