Skip to content

Commit 7ed1241

Browse files
committed
update node version in bash workflow
1 parent c776f1e commit 7ed1241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bash__deploy-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
fetch-depth: 1
2727

28-
- name: Set up Node.js and Yarn
28+
- name: Set up Node.js and Yarn for yarn command
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: '20.12.2'
31+
node-version: '22.9.0'
3232
registry-url: 'https://registry.yarnpkg.com'
3333

3434
- name: Set up SSH config

0 commit comments

Comments
 (0)