Skip to content

Commit

Permalink
Merge pull request #130 from bringg/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
yosiat authored Jan 5, 2025
2 parents cc0d78f + 98b4931 commit 92f1daa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- run: npm ci
- run: npm run build --if-present
- run: npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "mocha test/*_test.js"
},
"engines": {
"node": ">=10"
"node": ">=18"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 92f1daa

Please sign in to comment.