Skip to content

Commit dd586f6

Browse files
[fix] github action
1 parent c3c2d88 commit dd586f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/download-artifact@v4
6969
with:
7070
name: node-modules
71-
path: .
71+
path: node_modules
7272

7373
- name: Run ESLint
7474
run: npm run lint
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/download-artifact@v4
9292
with:
9393
name: node-modules
94-
path: .
94+
path: node_modules
9595

9696
- name: Run tests with coverage
9797
run: npm run test:coverage

0 commit comments

Comments
 (0)