Skip to content

Commit

Permalink
specify version 9 at test-pnpm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Oct 18, 2024
1 parent 649330e commit 6175d17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-pnpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v4
with:
node-version: ${{ matrix.node-version }}
version: 9
- run: npm install
- run: npm run build --if-present
- run: npm run test-ci-pnpm

0 comments on commit 6175d17

Please sign in to comment.