Skip to content

Commit 5a5fa3a

Browse files
Update ci.js.yml
1 parent a01edc6 commit 5a5fa3a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Enable corepack to fix https://github.com/actions/setup-node/pull/901
1818
run: corepack enable pnpm
1919

20-
- name: Use Node.js LTS (22.x)
20+
- name: Use Node.js LTS (24.x)
2121
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020
2222
with:
23-
node-version: 22.x
23+
node-version: 24.x
2424
cache: 'pnpm'
2525

2626
- name: Install project dependencies
@@ -34,7 +34,7 @@ jobs:
3434

3535
strategy:
3636
matrix:
37-
node-version: [22.x]
37+
node-version: [24.x, 26.x]
3838

3939
steps:
4040
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

0 commit comments

Comments
 (0)