Skip to content

Commit 682ea92

Browse files
committed
Build(ci): remove node v14.x from build matrix in github actions
1 parent efc522e commit 682ea92

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
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [14.x, 16.x, 17.x]
16+
node-version: [16.x, 17.x]
1717

1818
steps:
1919
- name: Checkout repo

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"url": "git+https://github.com/asabaylus/react-command-palette.git"
2626
},
2727
"engines": {
28-
"node": ">=14 <=17"
28+
"node": ">=16 <=17"
2929
},
3030
"keywords": [
3131
"react",

0 commit comments

Comments
 (0)