Skip to content

Commit 71e45b9

Browse files
authored
Merge pull request #256 from RoadRunnr/fix/json5
2 parents d984c2e + 5724bac commit 71e45b9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/checkin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- uses: actions/setup-node@v4
1111
with:
1212
cache: npm
13+
node-version: 20
1314

1415
- run: npm install
1516

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- uses: actions/setup-node@v4
1111
with:
1212
cache: npm
13+
node-version: 20
1314

1415
- run: npm install
1516

0 commit comments

Comments
 (0)