Skip to content

Commit 87cf188

Browse files
committed
fix: Change node for workflow
1 parent 6495198 commit 87cf188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crowdin-upload.yml

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

3030
- name: Install

0 commit comments

Comments
 (0)