Skip to content

Commit 5ed8640

Browse files
anonrigTrott
andauthored
build: drop node 16 (#962)
* build: drop node 16 * fixup! build: drop node 16 --------- Co-authored-by: Rich Trott <[email protected]>
1 parent 8b6acfb commit 5ed8640

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test-module.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
- ubuntu-latest
3737
- windows-latest
3838
node-version:
39-
- 16.x
4039
- 18.x
4140
- 20.x
4241

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@
8484
"check-coverage": false
8585
},
8686
"engines": {
87-
"node": "16.x || 18.x || 20.x"
87+
"node": "18.x || 20.x"
8888
}
8989
}

0 commit comments

Comments
 (0)