Skip to content

Commit

Permalink
build: drop node 16 (#962)
Browse files Browse the repository at this point in the history
* build: drop node 16

* fixup! build: drop node 16

---------

Co-authored-by: Rich Trott <[email protected]>
  • Loading branch information
anonrig and Trott authored Sep 24, 2023
1 parent 8b6acfb commit 5ed8640
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- ubuntu-latest
- windows-latest
node-version:
- 16.x
- 18.x
- 20.x

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@
"check-coverage": false
},
"engines": {
"node": "16.x || 18.x || 20.x"
"node": "18.x || 20.x"
}
}

0 comments on commit 5ed8640

Please sign in to comment.