Skip to content

Commit a5bd7de

Browse files
committed
ci: run tests on node 20.5 until hotfix arrives
nodejs/node#49497
1 parent f181647 commit a5bd7de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- run: corepack enable
6363
- uses: actions/setup-node@v3
6464
with:
65-
node-version: 20
65+
node-version: 20.5
6666
cache: "pnpm"
6767
- run: pnpm install
6868
- run: pnpm dev:prepare

0 commit comments

Comments
 (0)