Skip to content

Commit

Permalink
Drop support for Node.js version 12
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops authored and abstractj committed May 24, 2022
1 parent 5983dc7 commit 5e86a00
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["12", "14", "16"]
node-version: ["14", "16"]
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down
24 changes: 22 additions & 2 deletions 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 @@ -75,7 +75,7 @@
]
},
"engines": {
"node": ">=12"
"node": ">=14"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5e86a00

Please sign in to comment.