Skip to content

Commit dbba76f

Browse files
committed
Drop node.js 14 support, add node 20
Refs: https://github.com/HowProgrammingWorks/Drop-Nodejs14 PR-URL: #74
1 parent 0c2cbfa commit dbba76f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
strategy:
1010
matrix:
1111
node:
12-
- 14
1312
- 16
1413
- 18
1514
- 19
15+
- 20
1616
os:
1717
- ubuntu-latest
1818
- windows-latest

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \".*rc\""
4242
},
4343
"engines": {
44-
"node": "14 || 16 || 18 || 19"
44+
"node": "16 || 18 || 19 || 20"
4545
},
4646
"readmeFilename": "README.md",
4747
"devDependencies": {

0 commit comments

Comments
 (0)