Skip to content

Commit

Permalink
no lock file: donot support npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
morya committed Apr 28, 2024
1 parent 9a055f0 commit a51b41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: "16.x"
cache: 'npm'
- run: npm ci
- run: npm install
- run: npm run build --if-present

- name: Set up Docker Buildx
Expand Down

0 comments on commit a51b41c

Please sign in to comment.