Skip to content

Commit

Permalink
Drop Node.js < 14.13.1 support (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 17, 2023
1 parent 9f07fed commit 56c08f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [12, 14, 16, 18]
node: [14.13.1, 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 @@ -42,6 +42,6 @@
"index.js"
],
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^14.13.1 || >=16.0.0"
}
}

0 comments on commit 56c08f5

Please sign in to comment.