File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 - name : Setup node.js
1919 uses : actions/setup-node@v4.0.0
2020 with :
21- node-version : 18
21+ node-version : 22
2222 registry-url : ' https://registry.npmjs.org'
2323 - name : Update versions to nightly
2424 run : node ./scripts/updateTemplateVersion.js nightly
Original file line number Diff line number Diff line change 3232 - name : Setup node.js
3333 uses : actions/setup-node@v4.0.0
3434 with :
35- node-version : 18
35+ node-version : 22
3636 registry-url : ' https://registry.npmjs.org'
3737 - name : Determine new template version
3838 run : echo "VERSION=$(./scripts/bumpedTemplateVersion.sh ${{ inputs.version }})" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1616 - name : Setup node.js
1717 uses : actions/setup-node@v4.0.0
1818 with :
19- node-version : 18
19+ node-version : 22
2020 - name : Run unit tests
2121 run : npm install && npm test
Original file line number Diff line number Diff line change 3636 "typescript" : " ^5.8.3"
3737 },
3838 "engines" : {
39- "node" : " >=20 "
39+ "node" : " >= 22.11.0 "
4040 }
4141}
You can’t perform that action at this time.
0 commit comments