File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727 - name : Update npm
2828 shell : bash
29- run : npm install -g npm@11
29+ run : npm install -g npm@12
3030
3131 - name : Install dependencies
3232 if : inputs.require-build == 'true'
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
1919 cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
2020
2121env :
22- NODE_VERSION : 22
22+ NODE_VERSION : 22.22.2
2323 CACHE_KEY : ' ${{ github.event.pull_request.head.sha || github.ref }}-${{ github.run_id }}-${{ github.run_attempt }}'
2424
2525jobs :
Original file line number Diff line number Diff line change 1818 release :
1919 uses : ./.github/workflows/npm-release.yml
2020 with :
21- node-version : 22
21+ node-version : 22.22.2
2222 require-build : true
2323 secrets :
2424 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
1818 cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
1919
2020env :
21- NODE_VERSION : 22
21+ NODE_VERSION : 22.22.2
2222 CACHE_KEY : ' ${{ github.ref }}-${{ github.run_id }}-${{ github.run_attempt }}'
2323
2424jobs :
You can’t perform that action at this time.
0 commit comments