Skip to content

Commit

Permalink
[IDX-65] Upgrade node version on pipelines (#1402)
Browse files Browse the repository at this point in the history
* Update eslint.yml

* Update run_build.yml
  • Loading branch information
leonardocustodio authored Nov 11, 2024
1 parent 8af3a7b commit dc79453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Node v18
- name: Install Node v20
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
cache: 'npm'

- name: Install modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit dc79453

Please sign in to comment.