Skip to content

Commit b32a563

Browse files
authored
fix(deps): update bcoe/v8-coverage addressing v8 issue (#552)
1 parent 75fa99f commit b32a563

File tree

3 files changed

+247
-188
lines changed

3 files changed

+247
-188
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: lts/*
30+
node-version: v20.18.1 # TODO: switch to lts/* once https://github.com/nodejs/node/issues/51766 lands.
3131
cache: npm
3232
- run: npm ci
3333
- run: npm test

0 commit comments

Comments
 (0)