Skip to content

Commit 2e099a8

Browse files
committed
chore(workflow): bump node version to v24 and cleanup checkout steps
1 parent 9c8948c commit 2e099a8

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [22.x]
17+
node-version: [24.x]
1818
os: [windows-latest, ubuntu-latest]
1919

2020
steps:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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"
@@ -33,7 +33,7 @@ jobs:
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"
@@ -56,7 +56,7 @@ jobs:
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

.github/workflows/versionUp.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)