Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
feat: dropping support for node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Sep 8, 2023
1 parent cbf1a7a commit fe189af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- ubuntu-latest
- windows-latest
node:
- 14
- 16
- 18
- 20

steps:
- name: Checkout source
Expand Down
3 changes: 3 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"files": [
"lib"
],
"engines": {
"node": ">=16"
},
"scripts": {
"coverage": "npm run coverage:node && npm run coverage:browser",
"coverage:browser": "npm run test:browser -- --coverage",
Expand Down

0 comments on commit fe189af

Please sign in to comment.