Skip to content

Commit

Permalink
Specify Node 20.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Jul 13, 2024
1 parent 4c1ad4d commit 9536ceb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 20.15
cache: npm
- name: Initialize the project
run: npm run ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 20.15
cache: npm
- name: Initialize the project
run: npm run ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-steam-beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 20.15
cache: npm
- name: Initialize the project
run: npm run ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-steam-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 20.15
cache: npm
- name: Initialize the project
run: npm run ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-and-feature-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 20.15
cache: npm
- name: Initialize the project
run: npm run ci
Expand Down

0 comments on commit 9536ceb

Please sign in to comment.