Skip to content

Commit

Permalink
Merge branch 'retry-flaky-test' of github.com:privatenumber/tsx into …
Browse files Browse the repository at this point in the history
…retry-flaky-test
  • Loading branch information
privatenumber committed Apr 20, 2024
2 parents 044bc8f + 777090e commit 835fe2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
node-version-file: .nvmrc

- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: true

- name: Lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
node-version-file: .nvmrc

- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Get pnpm store directory
shell: bash
Expand Down

0 comments on commit 835fe2c

Please sign in to comment.