Skip to content

Commit

Permalink
upgrade GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Aug 4, 2023
1 parent 1ab0c34 commit 1465c6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v1.2.1
with:
version: 5.8.0
run_install: true
- run: pnpm test
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.4.0
with:
version: 8.6.10
run_install: true
- run: pnpm test

0 comments on commit 1465c6d

Please sign in to comment.