Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock authored Oct 31, 2021
1 parent 4d47014 commit 19ef3b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ jobs:
uses: actions/[email protected]
with:
node-version: 14.18.1
npm-version: 8.1.2
check-latest: true

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

0 comments on commit 19ef3b4

Please sign in to comment.