Skip to content

Commit

Permalink
update node version in bash workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Sep 27, 2024
1 parent c776f1e commit 7ed1241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bash__deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
with:
fetch-depth: 1

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

- name: Set up SSH config
Expand Down

0 comments on commit 7ed1241

Please sign in to comment.