Skip to content

Commit

Permalink
chore: drop node old support (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored May 15, 2023
1 parent 4e0a4ed commit 686e266
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [12.x, 14.x, 16.x]
node-version: [16.x, 18.x, 20.x]

runs-on: ${{ matrix.os }}

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"user"
],
"devDependencies": {
"@types/node": "12",
"@types/node": "16",
"mocha": "latest",
"standard-version": "latest",
"ts-standard": "latest",
"tsup": "latest",
"typescript": "latest"
},
"engines": {
"node": ">= 12"
"node": ">= 16"
},
"files": [
"dist"
Expand Down

0 comments on commit 686e266

Please sign in to comment.