Skip to content

Commit

Permalink
Node engine >= 16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SnaBe committed Apr 8, 2023
1 parent 33ce559 commit b7cddb6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x ]
node-version: [ 16.x, 18.x ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"homepage": "https://github.com/SnaBe/node-unusual-effects#readme",
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.37.0",
"eslint": "^8.38.0",
"mocha": "^10.2.0",
"steamcommunity": "^3.44.3",
"typescript": "^5.0.3"
"typescript": "^5.0.4"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
}
}

0 comments on commit b7cddb6

Please sign in to comment.