Skip to content

Commit

Permalink
Update .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Willis-Ford <[email protected]>
  • Loading branch information
Ron de las Alas and cwillisf authored Oct 5, 2023
1 parent ae6e49b commit 1399274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: '17.x'
- name: Install Dependencies
run: npm install --legacy-peer-deps
run: npm ci --legacy-peer-deps
- name: Lint Site Code
run: npm run test
- name: Build Site
Expand Down

0 comments on commit 1399274

Please sign in to comment.