File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@master
2020 - uses : actions/setup-node@v3
2121 with :
22- node-version : 24
22+ node-version : 24.16.0
2323 cache : ' npm'
2424 - name : install
2525 run : make install
3434 - uses : actions/checkout@master
3535 - uses : actions/setup-node@v3
3636 with :
37- node-version : 24
37+ node-version : 24.16.0
3838 cache : ' npm'
3939 - name : docs
4040 run : make docs
4646
4747 - uses : actions/setup-node@v3
4848 with :
49- node-version : 24
49+ node-version : 24.16.0
5050 cache : ' npm'
5151
5252 - name : install
8787 - uses : actions/checkout@master
8888 - uses : actions/setup-node@v3
8989 with :
90- node-version : 24
90+ node-version : 24.16.0
9191 cache : ' npm'
9292
9393 - name : install
@@ -397,7 +397,7 @@ jobs:
397397 steps :
398398 - uses : actions/setup-node@v3
399399 with :
400- node-version : 24
400+ node-version : 24.16.0
401401 - run : mkdir -p scene
402402 - name : npx @dcl/sdk-commands init --skip-install
403403 run : npx ${{ secrets.SDK_TEAM_S3_BASE_URL }}/${{ needs.build.outputs.decentraland_sdk_commands_s3_bucket_key }} init --skip-install
@@ -448,7 +448,7 @@ jobs:
448448
449449 - uses : actions/setup-node@v3
450450 with :
451- node-version : 24
451+ node-version : 24.16.0
452452
453453 - name : Download prepared packages
454454 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 1010 - name : Use Node.js
1111 uses : actions/setup-node@v2
1212 with :
13- node-version : 24
13+ node-version : 24.16.0
1414 - uses : actions/checkout@v2
1515 - name : Update explorer
1616 run : npm i --save-exact @dcl/explorer@latest
Original file line number Diff line number Diff line change 1- 20
1+ 24.16.0
Original file line number Diff line number Diff line change 3030 "typedoc" : " ^0.23.28"
3131 },
3232 "engines" : {
33- "node" : " 20 "
33+ "node" : " 24.16.0 "
3434 },
3535 "homepage" : " https://github.com/decentraland/js-sdk-toolchain#readme" ,
3636 "keywords" : [],
You can’t perform that action at this time.
0 commit comments