Skip to content

Commit a1b57cb

Browse files
authored
ci: stop testing against NodeJS v14, v16 (#294)
BREAKING CHANGE: Drop support for NodeJS v14, v16
1 parent 31a27cd commit a1b57cb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
strategy:
1919
matrix:
2020
node_version:
21-
- 14
22-
- 16
2321
- 18
22+
- 20
2423
steps:
2524
- uses: actions/checkout@v3
2625
- name: Test with Node.js ${{ matrix.node_version }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@
113113
]
114114
},
115115
"engines": {
116-
"node": ">= 14"
116+
"node": ">= 18"
117117
}
118118
}

0 commit comments

Comments
 (0)