Skip to content

Commit

Permalink
🚚 chore(settings): change github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Fairbanks committed Jan 16, 2024
1 parent 010a9b7 commit 1c353d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Install pnpm
with:
version: ^8
package_json_file: package.json
package_json_file: ../package.json

- name: Get pnpm store directory
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Install pnpm
with:
version: ^8
package_json_file: package.json
package_json_file: ../package.json

- name: Get pnpm store directory
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion public/sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c353d4

Please sign in to comment.