Skip to content

Commit 0677d89

Browse files
authored
chore: fix CI on Node 20 (#8528)
1 parent 384927d commit 0677d89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v3
2929
- uses: pnpm/[email protected]
30+
with:
31+
version: ${{ matrix.node-version == 14 && 7 || 8 }}
3032
- uses: actions/setup-node@v3
3133
with:
3234
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)