Skip to content

Commit 1c784fa

Browse files
improvements
1 parent 90c2f93 commit 1c784fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Use Node.js 20.x
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: '20'
28+
node-version: '20.19'
2929
cache: 'yarn'
3030

3131
- name: Install

.github/workflows/build-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Use Node.js 20.x
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: '20'
28+
node-version: '20.19'
2929
cache: 'yarn'
3030

3131
- name: Install

0 commit comments

Comments
 (0)