Skip to content

Commit

Permalink
Drop support for Node 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcgrtz committed Aug 10, 2023
1 parent 5e3b0a5 commit 1583080
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
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [lts/fermium, lts/gallium, lts/hydrogen, current]
node-version: [lts/gallium, lts/hydrogen, current]

steps:
- name: Checkout
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
Expand Up @@ -20,7 +20,7 @@
"url": "https://marcgoertz.de/"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"type": "module",
"main": "index.cjs",
Expand Down

0 comments on commit 1583080

Please sign in to comment.