Skip to content

Commit c092cd5

Browse files
committed
Fix github actions
1 parent d8926a9 commit c092cd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
node-version: lts/*
4949
- name: install
5050
run: npm install --no-audit
51+
- name: rebuild
5152
run: npm rebuild
5253
- name: run tests
5354
run: npm run test

0 commit comments

Comments
 (0)