Skip to content

Commit 60f0e13

Browse files
authored
ci(GitHub): update Node versions used in CI
1 parent 6f822ab commit 60f0e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: true
6161
matrix:
62-
node: ["18", "20"]
62+
node: ["22", "24"]
6363
steps:
6464
- uses: actions/checkout@v5
6565
- name: Use NodeJS
@@ -87,7 +87,7 @@ jobs:
8787
- name: Use Node.js
8888
uses: actions/setup-node@v6
8989
with:
90-
node-version: 20
90+
node-version: 24
9191
- name: Install packages
9292
run: npm ci --no-fund
9393
- name: Download lib from build job

0 commit comments

Comments
 (0)