Skip to content

Commit 37048b4

Browse files
committed
chore: drop node v12 support & add node v18 support
1 parent 72212ab commit 37048b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
os:
1212
- ubuntu-latest
1313
node_version:
14-
- 12
1514
- 14
1615
- 16
16+
- 18
1717

1818
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
1919

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"xo": "^0.49.0"
8181
},
8282
"engines": {
83-
"node": ">=12.11.0"
83+
"node": ">=14"
8484
},
8585
"homepage": "https://github.com/breejs/api",
8686
"husky": {

0 commit comments

Comments
 (0)