Skip to content

Commit 0ba748f

Browse files
committed
Update CI and dependabot config
1 parent 8624bf0 commit 0ba748f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
node-version: [18, 20, 22]
20+
node-version: [18, 20, 22, 24]
2121

2222
steps:
2323
- uses: actions/checkout@v6

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Use Node.js
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: 22
25+
node-version: 24
2626
cache: npm
2727
- run: npm ci
2828
- id: publish

0 commit comments

Comments
 (0)