Skip to content

Commit

Permalink
🔖 chore: Update Node.js version to 22.4.1 in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
MartialBE committed Jul 18, 2024
1 parent 917bfc6 commit 58f7f7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 22
node-version: 22.4.1
- name: Build Frontend
env:
CI: ""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 22
node-version: 22.4.1
- name: Build Frontend
env:
CI: ""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 22
node-version: 22.4.1
- name: Build Frontend
env:
CI: ""
Expand Down

0 comments on commit 58f7f7f

Please sign in to comment.