Browse Source

Update .github/workflows/pnpm.yml

pull/11358/head
afc163 1 year ago
committed by GitHub
parent
commit
c2761937ad
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/pnpm.yml

2
.github/workflows/pnpm.yml

@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [20, 16]
node_version: [20]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4

Loading…
Cancel
Save