Skip to content

Commit

Permalink
Drop Node.js 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 1, 2022
1 parent 66de4db commit 819bd1a
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 @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 14, 16, 18]
node: [14, 16, 18]

steps:
- name: Clone repository
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 @@ -23,7 +23,7 @@
"test": "npm run lint && gulp test"
},
"engines": {
"node": ">=12"
"node": ">=14"
},
"dependencies": {
"picocolors": "^1.0.0",
Expand Down

0 comments on commit 819bd1a

Please sign in to comment.