Update .github/workflows/ci.yml

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/8528/head
Yuichiro Yamashita 3 years ago committed by GitHub
parent 4f446f33e7
commit 1e85a49c80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
with:
version: ${{ matrix.node-version == 20 && 8 || 7 }}
version: ${{ matrix.node-version == 14 && 7 || 8 }}
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Loading…
Cancel
Save