We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445d257 commit 9f66a70Copy full SHA for 9f66a70
1 file changed
.github/workflows/ci.yml
@@ -20,20 +20,16 @@ jobs:
20
with:
21
node-version: '24'
22
cache: 'npm'
23
- cache-dependency-path: node/package-lock.json
+ cache-dependency-path: package-lock.json
24
25
- name: Install dependencies
26
- working-directory: node
27
run: npm ci
28
29
- name: Check types
30
31
run: npm run check-types
32
33
- name: Build
34
35
run: npm run build
36
37
- name: Run tests
38
39
run: npm test
0 commit comments