Skip to content

Commit 6777621

Browse files
committed
fixed/ dependency not installed issue in test and build action
1 parent 8ca3e78 commit 6777621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-and-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424

25-
- name: Linting
26-
run: npm run eslint
27-
2825
- name: Install dependencies
2926
run: npm install
3027

28+
- name: Linting
29+
run: npm run eslint
30+
3131
- name: Run tests
3232
run: npm run test
3333

0 commit comments

Comments
 (0)