Skip to content

Commit 2a574be

Browse files
committed
add set up node step for playwright
1 parent 0b394d1 commit 2a574be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/preview.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ jobs:
9696
uses: actions/checkout@v4
9797
with:
9898
submodules: recursive
99+
- name: Set up node. # establish build cache
100+
uses: actions/setup-node@v6
101+
with:
102+
node-version: 24
99103
- name: Set up playwright
100104
working-directory: test/playwright
101105
run: npm ci && npx playwright install --with-deps

0 commit comments

Comments
 (0)