Skip to content

Commit 8cfb141

Browse files
committed
Add node.js 20 to CI, drop node.js 12 support
PR-URL: #459
1 parent b9d0177 commit 8cfb141

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
strategy:
1010
matrix:
1111
node:
12-
- 12
1312
- 14
1413
- 16
1514
- 18
1615
- 19
16+
- 20
1717
os:
1818
- ubuntu-latest
1919
- windows-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prepublish": "npm run -s build"
4949
},
5050
"engines": {
51-
"node": ">=12.0.0"
51+
"node": ">=14.0.0"
5252
},
5353
"dependencies": {
5454
"@metarhia/common": "^2.2.1"

0 commit comments

Comments
 (0)