Skip to content

Commit 9f66a70

Browse files
committed
fix: corrigindo CI
1 parent 445d257 commit 9f66a70

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,16 @@ jobs:
2020
with:
2121
node-version: '24'
2222
cache: 'npm'
23-
cache-dependency-path: node/package-lock.json
23+
cache-dependency-path: package-lock.json
2424

2525
- name: Install dependencies
26-
working-directory: node
2726
run: npm ci
2827

2928
- name: Check types
30-
working-directory: node
3129
run: npm run check-types
3230

3331
- name: Build
34-
working-directory: node
3532
run: npm run build
3633

3734
- name: Run tests
38-
working-directory: node
3935
run: npm test

0 commit comments

Comments
 (0)