Skip to content

Commit

Permalink
chore: update GitHub Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Sep 21, 2023
1 parent 325eca2 commit c8cd9c7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 23 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 7.24.3
version: latest
run_install: true
- name: Build
run: pnpm run build
Expand All @@ -53,7 +53,7 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 7.24.3
version: latest
run_install: |
- recursive: false
- name: Run Unit Tests
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
node-version: 18
- uses: pnpm/action-setup@v2
with:
version: 7.24.3
version: latest
run_install: |
- recursive: false
- name: Download build
Expand Down
52 changes: 32 additions & 20 deletions pnpm-lock.yaml

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

0 comments on commit c8cd9c7

Please sign in to comment.