Skip to content

Commit f08bc2e

Browse files
committed
update node to 24 in gh actions
1 parent 05008e8 commit f08bc2e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Use Node.js
2020
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2121
with:
22-
node-version: 22
22+
node-version: 24
2323
cache: pnpm
2424
- run: pnpm install --frozen-lockfile --ignore-scripts
2525
- run: pnpm test
@@ -37,7 +37,7 @@ jobs:
3737
- name: Use Node.js
3838
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3939
with:
40-
node-version: 22
40+
node-version: 24
4141
cache: pnpm
4242
- run: pnpm install --frozen-lockfile --ignore-scripts
4343
- run: pnpm run check
@@ -51,7 +51,7 @@ jobs:
5151
- name: Use Node.js
5252
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
5353
with:
54-
node-version: 22
54+
node-version: 24
5555
cache: pnpm
5656
- run: pnpm install --frozen-lockfile --ignore-scripts
5757
- run: pnpm run build
@@ -68,7 +68,7 @@ jobs:
6868
- name: Use Node.js
6969
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
7070
with:
71-
node-version: 22
71+
node-version: 24
7272
cache: pnpm
7373
- run: pnpm install --frozen-lockfile --ignore-scripts
7474
- run: pnpm run lint
@@ -83,6 +83,6 @@ jobs:
8383
- name: Use Node.js
8484
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
8585
with:
86-
node-version: 22
86+
node-version: 24
8787
cache: pnpm
8888
- run: pnpm audit --audit-level=high

0 commit comments

Comments
 (0)