File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 workflow_dispatch :
1919
2020env :
21- WASI_VERSION : ' 22 '
22- WASI_VERSION_FULL : ' 22 .0'
23- WASI_SDK_PATH : ' ./wasi-sdk-22 .0'
24- EM_VERSION : ' 3.1.52 '
21+ WASI_VERSION : ' 25 '
22+ WASI_VERSION_FULL : ' 25 .0'
23+ WASI_SDK_PATH : ' ./wasi-sdk-25 .0'
24+ EM_VERSION : ' 3.1.64 '
2525 EM_CACHE_FOLDER : ' emsdk-cache'
2626
2727jobs :
7676
7777 - uses : actions/setup-node@v3
7878 with :
79- node-version : ' 20.9.0 '
79+ node-version : ' 22.13.1 '
8080 registry-url : ' https://registry.npmjs.org'
8181 env :
8282 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
@@ -166,7 +166,7 @@ jobs:
166166 tar zxvf wasi-sdk-${WASI_VERSION_FULL}-linux.tar.gz -C $WASI_SDK_PATH --strip 1
167167 - uses : actions/setup-node@v3
168168 with :
169- node-version : ' 20.9.0 '
169+ node-version : ' 22.13.1 '
170170 registry-url : ' https://registry.npmjs.org'
171171 env :
172172 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
@@ -208,7 +208,7 @@ jobs:
208208 - uses : actions/checkout@v4
209209 - uses : actions/setup-node@v3
210210 with :
211- node-version : ' 20.9.0 '
211+ node-version : ' 22.13.1 '
212212 registry-url : ' https://registry.npmjs.org'
213213 env :
214214 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments