Skip to content

Commit

Permalink
bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelMenet committed Mar 21, 2024
1 parent 43ccd25 commit 24dbe39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sonarV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ jobs:
install:
runs-on: ubuntu-latest
steps:
- name: Use Node.js 14C
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- run: yarn --frozen-lockfile
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- run: yarn
- run: yarn build
- name: Upload build
Expand Down

0 comments on commit 24dbe39

Please sign in to comment.