Skip to content

Commit

Permalink
test in node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Nov 2, 2023
1 parent b9255bc commit 7bd1665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'
- run: npm install
- run: npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"mocha": "^7.0.1"
},
"engines": {
"node": "^16.14.0 || ^18.13.0"
"node": "^18.13.0 || ^20.9"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha --exit test",
Expand Down

0 comments on commit 7bd1665

Please sign in to comment.