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 efc522e commit 682ea92Copy full SHA for 682ea92
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
14
strategy:
15
matrix:
16
- node-version: [14.x, 16.x, 17.x]
+ node-version: [16.x, 17.x]
17
18
steps:
19
- name: Checkout repo
package.json
@@ -25,7 +25,7 @@
25
"url": "git+https://github.com/asabaylus/react-command-palette.git"
26
},
27
"engines": {
28
- "node": ">=14 <=17"
+ "node": ">=16 <=17"
29
30
"keywords": [
31
"react",
0 commit comments