Skip to content

Commit

Permalink
Changed npm install strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
gentslava committed Dec 5, 2023
1 parent 0baab15 commit 7d28f9b
Show file tree
Hide file tree
Showing 3 changed files with 6,179 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Build
run: |
npm install
npm ci
npm run build
- name: Archive built file
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- uses: actions/setup-node@v3
with:
node-version: 14

- name: Build the file
run: |
npm install
npm ci
npm run build
- name: Upload build result to release
Expand Down
Loading

0 comments on commit 7d28f9b

Please sign in to comment.