Skip to content

Commit 05a6487

Browse files
committed
ci: node v24
1 parent 2205830 commit 05a6487

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
- name: Use Node.js 22.x
23-
uses: actions/setup-node@v4
22+
- uses: actions/setup-node@v4
2423
with:
25-
node-version: 22.x
24+
node-version: 24.x
2625
- run: npm install
2726
- run: npm run build
2827

@@ -31,10 +30,9 @@ jobs:
3130
runs-on: ubuntu-latest
3231
steps:
3332
- uses: actions/checkout@v4
34-
- name: Use Node.js 22.x
35-
uses: actions/setup-node@v4
33+
- uses: actions/setup-node@v4
3634
with:
37-
node-version: 22.x
35+
node-version: 24.x
3836
- run: npm install
3937
- run: npm run build
4038
- run: npx --yes @arethetypeswrong/cli --pack . --profile esm-only

0 commit comments

Comments
 (0)