Skip to content

Commit 37882ca

Browse files
committed
Use .node-version
1 parent bc96e2c commit 37882ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
with:
4848
run_install: true
4949

50-
- uses: actions/setup-node@v5
50+
- uses: actions/setup-node@v6
51+
with:
52+
node-version-file: ".node-version"
5153

5254
- run: |
5355
pnpm puppeteer browsers install chrome

0 commit comments

Comments
 (0)