Skip to content

Commit 70e535b

Browse files
bartvanraaijBart van Raaij
andauthored
Update Node.js version in workflows and fix repository URL format (#14)
* Update Node.js version in workflows and fix repository URL format * Fix types decl --------- Co-authored-by: Bart van Raaij <bartvanraaij@MacBook-Pro-van-Bart.local>
1 parent 6ae3f04 commit 70e535b

5 files changed

Lines changed: 1069 additions & 968 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [16, 18, 20, 22]
19+
node-version: [20, 22, 24]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 20
21+
node-version: 24
2222
registry-url: https://registry.npmjs.org/
2323
- run: npm ci
2424
- run: npm run build --if-present

0 commit comments

Comments
 (0)