Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Mar 5, 2021
1 parent d645b9f commit 4f106f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
restore-keys: npm-

- name: Install
run: npm ci
run: npm install

- name: Build
run: npm run build --if-present
Expand Down

0 comments on commit 4f106f3

Please sign in to comment.