Skip to content

Commit 709b10b

Browse files
committed
build: Fix node version to 20.4 to work around issue with mock-fs
1 parent f602dd6 commit 709b10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
node: [18, 20]
13+
node: [18, 20.4]
1414
os: [ubuntu-latest, windows-latest]
1515
env:
1616
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)