Skip to content

Commit

Permalink
Drop support for node v12
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Nov 16, 2022
1 parent 6d2853f commit 0f334f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12, 14, 16, lts/*, current]
node-version: [14, 16, 18, lts/*, current]

name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}

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 @@ -17,7 +17,7 @@
"default": "./src/index.js"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^14.13.1 || >=16.0.0"
},
"contributors": [
"sibiraj-s"
Expand Down

0 comments on commit 0f334f0

Please sign in to comment.