File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515 strategy :
1616 matrix :
17- node-version : [22 .x]
17+ node-version : [24 .x]
1818 os : [windows-latest, ubuntu-latest]
1919
2020 steps :
Original file line number Diff line number Diff line change 1515 - uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
1616 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1717 with :
18- node-version : " 22 .x"
18+ node-version : " 24 .x"
1919 registry-url : https://npm.pkg.github.com
2020 scope : " @Himenon"
2121 cache : " pnpm"
3333 - uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
3434 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3535 with :
36- node-version : " 22 .x"
36+ node-version : " 24 .x"
3737 registry-url : https://npm.pkg.github.com
3838 scope : " @Himenon"
3939 cache : " pnpm"
5656 - uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
5757 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5858 with :
59- node-version : " 22 .x"
59+ node-version : " 24 .x"
6060 registry-url : " https://registry.npmjs.org"
6161 cache : " pnpm"
6262 - run : pnpm install
Original file line number Diff line number Diff line change @@ -10,13 +10,11 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
13- with :
14- ref : main
1513 - uses : ./.github/actions/initialize
1614 - uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
1715 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1816 with :
19- node-version : " 22 .x"
17+ node-version : " 24 .x"
2018 cache : " pnpm"
2119 - run : pnpm i --frozen-lockfile
2220 - name : Auto version update
You can’t perform that action at this time.
0 commit comments