Skip to content

Commit

Permalink
remove support for node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
slemke committed Apr 8, 2024
1 parent e44f6de commit ff29d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [16, 18, 20]
version: [18, 20]
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "vitest --coverage"
},
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"npm": ">=7.0.0"
},
"repository": {
Expand Down

0 comments on commit ff29d46

Please sign in to comment.