Skip to content

Commit

Permalink
Drop node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord committed May 10, 2022
1 parent 99aceb6 commit fc42cd7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
3 changes: 3 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@
"typescript": "^4.6.4",
"vite": "^2.9.8",
"vitest": "^0.10.4"
},
"engines": {
"node": "14 || 16 || >=18"
}
}

0 comments on commit fc42cd7

Please sign in to comment.