Skip to content

Commit 5724bac

Browse files
committed
use node20 in local GH actions
1 parent d984c2e commit 5724bac

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.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)