Skip to content

Commit

Permalink
Drop node.js 16 and 19
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Sep 27, 2023
1 parent 55eb213 commit 6c7ffbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ jobs:
strategy:
matrix:
node:
- 16
- 18
- 19
- 20
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"types": "tickplate.d.ts",
"files": ["tickplate.d.ts"],
"engines": {
"node": "16 || 18 || 19 || 20"
"node": "18 || 20"
},
"readmeFilename": "README.md",
"scripts": {
Expand Down

0 comments on commit 6c7ffbd

Please sign in to comment.