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 456c726 commit e740a59Copy full SHA for e740a59
.github/workflows/js-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
24
strategy:
25
matrix:
26
- node-version: [18.x]
+ node-version: [20.x]
27
28
steps:
29
- name: Checkout
@@ -35,7 +35,7 @@ jobs:
35
node-version: ${{ matrix.node-version }}
36
37
- name: Install
38
- run: npm ci
+ run: npm ci --legacy-peer-deps
39
40
- name: Lint
41
run: npm run lint
package.json
@@ -152,7 +152,8 @@
152
]
153
},
154
"engines": {
155
- "node": ">=14.0.0"
+ "node": "20.14.0",
156
+ "npm": "10.8.1"
157
158
"jest": {
159
"snapshotSerializers": [
0 commit comments