Skip to content

Commit

Permalink
ci: use npm i due to no commited lockfile (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
benelan authored Jul 26, 2023
1 parent 2bd08f7 commit 8fbdd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: lts/*
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm i
- run: npm start
- run: npm publish
env:
Expand Down

0 comments on commit 8fbdd9e

Please sign in to comment.