Skip to content

Commit

Permalink
chore: all CI using 20.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
panvourtsis committed Jul 17, 2024
1 parent cc0c526 commit c6a2d18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '18.17.0'
node-version: '20.8.1'

- name: Install dependencies and build app
run: |
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '18.17.0'
node-version: '20.8.1'

- name: Install dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '18.17.0' # Replace with your node version
node-version: '20.8.1' # Replace with your node version

- name: Install dependencies and build app
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '18.17.0' # Replace with your node version
node-version: '20.8.1' # Replace with your node version

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit c6a2d18

Please sign in to comment.