File tree Expand file tree Collapse file tree 3 files changed +818
-1216
lines changed Expand file tree Collapse file tree 3 files changed +818
-1216
lines changed Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v5
2020 - name : Use Node.js 20.x
21- uses : actions/setup-node@v5
21+ uses : actions/setup-node@v6
2222 with :
23- node-version : ' 22 .x'
23+ node-version : ' 24 .x'
2424 - name : setup .npmrc
2525 run : echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
2626 - run : npm install
3838 steps :
3939 - uses : actions/checkout@v5
4040 - name : Use Node.js 20.x
41- uses : actions/setup-node@v5
41+ uses : actions/setup-node@v6
4242 with :
43- node-version : ' 22 .x'
43+ node-version : ' 24 .x'
4444 - name : setup .npmrc
4545 run : echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
4646 - run : npm install
7474 steps :
7575 - uses : actions/checkout@v5
7676 - name : Use Node.js 20.x
77- uses : actions/setup-node@v5
77+ uses : actions/setup-node@v6
7878 with :
79- node-version : ' 22 .x'
79+ node-version : ' 24 .x'
8080 - name : setup .npmrc
8181 run : echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
8282 - run : npm install
You can’t perform that action at this time.
0 commit comments