We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b394d1 commit 2a574beCopy full SHA for 2a574be
.github/workflows/preview.yml
@@ -96,6 +96,10 @@ jobs:
96
uses: actions/checkout@v4
97
with:
98
submodules: recursive
99
+ - name: Set up node. # establish build cache
100
+ uses: actions/setup-node@v6
101
+ with:
102
+ node-version: 24
103
- name: Set up playwright
104
working-directory: test/playwright
105
run: npm ci && npx playwright install --with-deps
0 commit comments