Skip to content

Commit 48496c6

Browse files
author
Alain Bourgeois
committed
update node 22-24
1 parent 7082a83 commit 48496c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
node-version: [20, 22]
20+
node-version: [20, 24]
2121

2222
steps:
2323
- uses: actions/checkout@v6
@@ -30,7 +30,7 @@ jobs:
3030
- run: npm test
3131
- run: npm run build --if-present
3232
- name: Save build
33-
if: matrix.node-version == 20
33+
if: matrix.node-version == 22
3434
uses: actions/upload-artifact@v6
3535
with:
3636
name: build

0 commit comments

Comments
 (0)