Skip to content

Commit

Permalink
Use node 20 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed Oct 26, 2023
1 parent d99f6b1 commit d673d31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'npm'

- name: SonarQube Scan
Expand Down Expand Up @@ -47,10 +47,10 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'npm'

- run: npm ci
Expand Down Expand Up @@ -80,10 +80,10 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'npm'

- run: npm ci
Expand Down

0 comments on commit d673d31

Please sign in to comment.