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 800dbee commit 61628bdCopy full SHA for 61628bd
.github/workflows/main.yml
@@ -167,7 +167,7 @@ jobs:
167
tar zxvf wasi-sdk-${WASI_VERSION_FULL}-x86_64-linux.tar.gz -C $WASI_SDK_PATH --strip 1
168
- uses: actions/setup-node@v3
169
with:
170
- node-version: '20.9.0'
+ node-version: ${{ env.NODE_VERSION }}
171
registry-url: 'https://registry.npmjs.org'
172
env:
173
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -209,7 +209,7 @@ jobs:
209
- uses: actions/checkout@v4
210
211
212
213
214
215
0 commit comments