Skip to content

Commit a707e08

Browse files
committed
Use correct version of node
1 parent 84117a4 commit a707e08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-builder.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
with:
2121
name: sources
2222

23+
- uses: actions/setup-node@v4
24+
with:
25+
node-version: 20
26+
cache: yarn
27+
2328
# Do a dummy build to see if there are errors
2429
- name: Install dependencies
2530
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)