Skip to content

Commit

Permalink
update workflow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
djobbo committed Apr 10, 2024
1 parent 1a3b924 commit 5f80ca5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/code-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
- name: Test
action: pnpm test
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8.15.6
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
cache-dependency-path: pnpm-lock.yaml
- name: ${{ matrix.name }}
run: |
pnpm install --frozen-lockfile
${{ matrix.action }}
${{ matrix.action }}

0 comments on commit 5f80ca5

Please sign in to comment.