Skip to content

Commit

Permalink
ci: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 17, 2022
1 parent aa12958 commit e6fac49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 7.9.0
version: 7
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: 16
cache: 'pnpm'

- run: pnpm install
Expand Down

0 comments on commit e6fac49

Please sign in to comment.