Skip to content

Commit 61628bd

Browse files
committed
fix ci
1 parent 800dbee commit 61628bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
tar zxvf wasi-sdk-${WASI_VERSION_FULL}-x86_64-linux.tar.gz -C $WASI_SDK_PATH --strip 1
168168
- uses: actions/setup-node@v3
169169
with:
170-
node-version: '20.9.0'
170+
node-version: ${{ env.NODE_VERSION }}
171171
registry-url: 'https://registry.npmjs.org'
172172
env:
173173
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -209,7 +209,7 @@ jobs:
209209
- uses: actions/checkout@v4
210210
- uses: actions/setup-node@v3
211211
with:
212-
node-version: '20.9.0'
212+
node-version: ${{ env.NODE_VERSION }}
213213
registry-url: 'https://registry.npmjs.org'
214214
env:
215215
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)