Skip to content

Commit

Permalink
drop node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Jan 25, 2024
1 parent 98599de commit 7c7198f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['16', '18', '20']
node: ['18', '20']
steps:
- name: Checkout
uses: actions/checkout@v4
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 @@ -56,7 +56,7 @@
"prettier": "^3.0.0"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"type": "module",
"keywords": [
Expand Down

0 comments on commit 7c7198f

Please sign in to comment.