Skip to content

Commit d8614f6

Browse files
committed
Use .node-version for gh workflow
1 parent f914a53 commit d8614f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Node
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: 20
36+
node-version-file: .node-version
3737
cache: 'npm'
3838
- name: Install dependencies
3939
run: npm ci

0 commit comments

Comments
 (0)