ci: use pnpm 8 for all node versions

This commit is contained in:
Amin Yahyaabadi 2023-04-24 13:24:44 -07:00 committed by GitHub
parent b05aafe75d
commit e767ab7a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 8 deletions

View File

@ -29,14 +29,8 @@ jobs:
- 12 - 12
- 16 - 16
- 18 - 18
include: pnpm:
- node: 12 - 8
pnpm: 6
skip_test: true
- node: 16
pnpm: 7
- node: 18
pnpm: 8
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with: