Skip to content

Commit 39bfe2e

Browse files
committed
chore: update action
1 parent a5c63c9 commit 39bfe2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ jobs:
2222
${{ runner.os }}-
2323
- name: Run tests
2424
run: |
25-
npm install --dev
25+
rm package-lock.json
26+
npm install --also=dev
2627
npm run test

0 commit comments

Comments
 (0)