Skip to content

Commit

Permalink
chore: fix CI on Node 20 (#8528)
Browse files Browse the repository at this point in the history
  • Loading branch information
baseballyama committed Apr 26, 2023
1 parent 384927d commit 0677d89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -27,6 +27,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
with:
version: ${{ matrix.node-version == 14 && 7 || 8 }}
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit 0677d89

Please sign in to comment.