We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c13e8f commit 80a7c3bCopy full SHA for 80a7c3b
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
14
strategy:
15
matrix:
16
- node-version: [14.x, 16.x]
+ node-version: [14.x, 16.x, 17.x]
17
18
steps:
19
- name: Checkout repo
.nvmrc
@@ -1 +1 @@
1
-v16.13.1
+v17.4.0
package.json
@@ -24,6 +24,9 @@
24
"type": "git",
25
"url": "git+https://github.com/asabaylus/react-command-palette.git"
26
},
27
+ "engines": {
28
+ "node": ">=14 <=17"
29
+ },
30
"keywords": [
31
"react",
32
"command",
0 commit comments