Skip to content

Commit

Permalink
feat!: drop Node.js v12 support (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Jul 1, 2022
1 parent 5a89037 commit 5fe6605
Show file tree
Hide file tree
Showing 3 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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["12", "14", "16", "18"]
node-version: ["14", "16", "18"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"repository": "ybiquitous/eslint-config-ybiquitous",
"engines": {
"node": ">=12.20.0"
"node": ">=14"
},
"dependencies": {
"eslint-config-prettier": "^8.5.0",
Expand Down

0 comments on commit 5fe6605

Please sign in to comment.