Skip to content

Commit 1ae3c23

Browse files
Update dependency node to v24
1 parent 875c8a3 commit 1ae3c23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Node
3030
uses: actions/setup-node@v6
3131
with:
32-
node-version: 20.x
32+
node-version: 24.x
3333
cache: pnpm
3434
- name: Install Dependencies
3535
run: pnpm install --frozen-lockfile
@@ -50,7 +50,7 @@ jobs:
5050
version: 10
5151
- uses: actions/setup-node@v6
5252
with:
53-
node-version: 20.x
53+
node-version: 24.x
5454
cache: pnpm
5555
- name: Install Dependencies
5656
run: pnpm install --no-lockfile
@@ -86,7 +86,7 @@ jobs:
8686
- name: Install Node
8787
uses: actions/setup-node@v6
8888
with:
89-
node-version: 20.x
89+
node-version: 24.x
9090
cache: pnpm
9191
- name: Install Dependencies
9292
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)