Skip to content

Commit

Permalink
ci: just use npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
XeroxDev committed Feb 12, 2024
1 parent b9dae44 commit 05c3fdb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -25,12 +25,7 @@ jobs:
fetch-depth: 0

- name: Install dependencies
run: |
if exist package-lock.json (
npm ci
) else (
npm i
)
run: npm install

- name: release-please
uses: google-github-actions/release-please-action@v4

0 comments on commit 05c3fdb

Please sign in to comment.