diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 768f906..c563721 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | @@ -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 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b0df34e..679981a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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: | diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index f52eb63..b8f679f 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -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