Skip to content

Commit

Permalink
Merge pull request #7 from genkgo/node_20
Browse files Browse the repository at this point in the history
Node 20
  • Loading branch information
frederikbosch authored Nov 2, 2023
2 parents 1abc2bc + 7bd1665 commit 660d648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"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",
"test:debug": "node_modules/mocha/bin/mocha debug test",
"preversion": "npm run test"
},
"version": "0.7.47"
"version": "0.7.48"
}

0 comments on commit 660d648

Please sign in to comment.