Skip to content

Commit 59e0216

Browse files
authored
build(deps): updated dependencies and node version (#65)
1 parent 335359c commit 59e0216

5 files changed

Lines changed: 540 additions & 456 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [22.x, 24.x]
18+
node-version: [24.x]
1919
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020

2121
steps:
@@ -31,7 +31,7 @@ jobs:
3131
- run: npm run build
3232
- run: npm run test
3333
- name: Publish to coveralls.io
34-
if: matrix.node-version == '22.x'
34+
if: matrix.node-version == '24.x'
3535
uses: coverallsapp/github-action@v2
3636
with:
3737
github-token: ${{ github.token }}

.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: '22'
21+
node-version: '24'
2222
cache: 'npm'
2323
registry-url: https://registry.npmjs.org/
2424

0 commit comments

Comments
 (0)