Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
proudparrot2 committed Jan 9, 2024
1 parent d2ade73 commit b51f3af
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3

- name: Install dependencies
uses: bahmutov/npm-install@v1

- name: Install Dependencies
run: |
npm install
npm ci
- name: Build
run: |
Expand Down

0 comments on commit b51f3af

Please sign in to comment.