Skip to content

Commit 12c79ac

Browse files
Pin dependency node to 20.19.6
1 parent c3c5f8c commit 12c79ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Node.js
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: 20
37+
node-version: 20.19.6
3838
cache: 'pnpm'
3939

4040
- name: Install dependencies

0 commit comments

Comments
 (0)