File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@master
2121 - uses : actions/setup-node@v3
2222 with :
23- node-version : 24
23+ node-version : 24.16.0
2424 cache : ' npm'
2525 - name : install
2626 run : make install
3535 - uses : actions/checkout@master
3636 - uses : actions/setup-node@v3
3737 with :
38- node-version : 24
38+ node-version : 24.16.0
3939 cache : ' npm'
4040 - name : docs
4141 run : make docs
4747
4848 - uses : actions/setup-node@v3
4949 with :
50- node-version : 24
50+ node-version : 24.16.0
5151 cache : ' npm'
5252
5353 - name : install
8888 - uses : actions/checkout@master
8989 - uses : actions/setup-node@v3
9090 with :
91- node-version : 24
91+ node-version : 24.16.0
9292 cache : ' npm'
9393
9494 - name : install
@@ -399,7 +399,7 @@ jobs:
399399 steps :
400400 - uses : actions/setup-node@v3
401401 with :
402- node-version : 24
402+ node-version : 24.16.0
403403 - run : mkdir -p scene
404404 - name : npx @dcl/sdk-commands init --skip-install
405405 run : npx ${{ secrets.SDK_TEAM_S3_BASE_URL }}/${{ needs.build.outputs.decentraland_sdk_commands_s3_bucket_key }} init --skip-install
@@ -450,7 +450,7 @@ jobs:
450450
451451 - uses : actions/setup-node@v3
452452 with :
453- node-version : 24
453+ node-version : 24.16.0
454454
455455 - name : Download prepared packages
456456 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