There was an error while loading. Please reload this page.
1 parent a01edc6 commit 5a5fa3aCopy full SHA for 5a5fa3a
1 file changed
.github/workflows/ci.js.yml
@@ -17,10 +17,10 @@ jobs:
17
- name: Enable corepack to fix https://github.com/actions/setup-node/pull/901
18
run: corepack enable pnpm
19
20
- - name: Use Node.js LTS (22.x)
+ - name: Use Node.js LTS (24.x)
21
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020
22
with:
23
- node-version: 22.x
+ node-version: 24.x
24
cache: 'pnpm'
25
26
- name: Install project dependencies
@@ -34,7 +34,7 @@ jobs:
34
35
strategy:
36
matrix:
37
- node-version: [22.x]
+ node-version: [24.x, 26.x]
38
39
steps:
40
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
0 commit comments