Skip to content

Commit 80a7c3b

Browse files
committed
bump node to v17
1 parent 6c13e8f commit 80a7c3b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-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]
16+
node-version: [14.x, 16.x, 17.x]
1717

1818
steps:
1919
- name: Checkout repo

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.13.1
1+
v17.4.0

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"type": "git",
2525
"url": "git+https://github.com/asabaylus/react-command-palette.git"
2626
},
27+
"engines": {
28+
"node": ">=14 <=17"
29+
},
2730
"keywords": [
2831
"react",
2932
"command",

0 commit comments

Comments
 (0)