From 24dbe398b5bb2e1269aed5b1f15d97f889c66dfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Menet=20Micka=C3=ABl?= Date: Thu, 21 Mar 2024 13:57:42 +0100 Subject: [PATCH] bump node version --- .github/workflows/sonarV2.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sonarV2.yml b/.github/workflows/sonarV2.yml index b972777..19bab0b 100644 --- a/.github/workflows/sonarV2.yml +++ b/.github/workflows/sonarV2.yml @@ -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