Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mnasyrov committed Mar 22, 2023
1 parent 5c98e28 commit e0815bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: npm install, build, and test
env:
CI: true
LISTEN_ADDR: localhost
run: |
npm ci
npm run build --if-present
Expand All @@ -31,6 +32,7 @@ jobs:
- name: npm install, build, and test
env:
CI: true
LISTEN_ADDR: localhost
run: |
npm ci
npm install --no-save [email protected]
Expand Down

0 comments on commit e0815bb

Please sign in to comment.