diff --git a/.github/workflows/angular-format.yml b/.github/workflows/angular-format.yml index 7751d0b4..5092d6cb 100644 --- a/.github/workflows/angular-format.yml +++ b/.github/workflows/angular-format.yml @@ -20,7 +20,7 @@ jobs: ref: ${{ github.head_ref }} - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: "npm" cache-dependency-path: "ui/package-lock.json" - name: Install dependencies diff --git a/.github/workflows/angular-tests.yml b/.github/workflows/angular-tests.yml index 1a5b78da..8ad206af 100644 --- a/.github/workflows/angular-tests.yml +++ b/.github/workflows/angular-tests.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'npm' cache-dependency-path: 'ui/package-lock.json' - name: Install dependencies diff --git a/.github/workflows/bld_docker_jib.yml b/.github/workflows/bld_docker_jib.yml index 33f21da0..3666c2ab 100644 --- a/.github/workflows/bld_docker_jib.yml +++ b/.github/workflows/bld_docker_jib.yml @@ -112,6 +112,10 @@ jobs: with: distribution: 'temurin' java-version: '11' + - name: Set up Node.js 20 + uses: actions/setup-node@v3 + with: + node-version: '20' - name: cache uses: actions/cache@v3 diff --git a/.github/workflows/cypress new ui.yml b/.github/workflows/cypress new ui.yml index fe3523b0..a9e66b03 100644 --- a/.github/workflows/cypress new ui.yml +++ b/.github/workflows/cypress new ui.yml @@ -9,6 +9,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Set up Node.js 20 + uses: actions/setup-node@v3 + with: + node-version: '20' - name: "Create creds json" id: create-creds-json uses: jsdaniell/create-json@1.1.2 @@ -51,6 +55,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Set up Node.js 20 + uses: actions/setup-node@v3 + with: + node-version: '20' - name: "Create creds json" id: create-creds-json uses: jsdaniell/create-json@1.1.2 @@ -94,6 +102,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Set up Node.js 20 + uses: actions/setup-node@v3 + with: + node-version: '20' - name: "Create creds json" id: create-creds-json uses: jsdaniell/create-json@1.1.2 @@ -137,6 +149,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Set up Node.js 20 + uses: actions/setup-node@v3 + with: + node-version: '20' - name: "Create creds json" id: create-creds-json uses: jsdaniell/create-json@1.1.2 @@ -180,6 +196,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Set up Node.js 20 + uses: actions/setup-node@v3 + with: + node-version: '20' - name: "Create creds json" id: create-creds-json uses: jsdaniell/create-json@1.1.2 diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 70432a42..c2513ab7 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -9,6 +9,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + - name: Set up Node.js 20 + uses: actions/setup-node@v3 + with: + node-version: '20' - name: "Create creds json" id: create-creds-json uses: jsdaniell/create-json@1.1.2 @@ -49,6 +53,10 @@ jobs: csv-edit-affiliations: runs-on: ubuntu-latest steps: + - name: Set up Node.js 20 + uses: actions/setup-node@v3 + with: + node-version: '20' - name: Checkout uses: actions/checkout@v2 - name: "Create creds json" @@ -94,6 +102,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + - name: Set up Node.js 20 + uses: actions/setup-node@v3 + with: + node-version: '20' - name: "Create creds json" id: create-creds-json uses: jsdaniell/create-json@1.1.2 @@ -137,6 +149,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + - name: Set up Node.js 20 + uses: actions/setup-node@v3 + with: + node-version: '20' - name: "Create creds json" id: create-creds-json uses: jsdaniell/create-json@1.1.2 @@ -180,6 +196,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + - name: Set up Node.js 20 + uses: actions/setup-node@v3 + with: + node-version: '20' - name: "Create creds json" id: create-creds-json uses: jsdaniell/create-json@1.1.2 diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 60997171..c7c8b122 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,6 +25,10 @@ jobs: uses: actions/setup-java@v1 with: java-version: 11 + - name: Set up Node.js 20 + uses: actions/setup-node@v3 + with: + node-version: '20' - name: Build Gateway service run: mvn -B verify -Dangular.env=qa -Pprod --file gateway/pom.xml @@ -36,6 +40,10 @@ jobs: uses: actions/setup-java@v1 with: java-version: 11 + - name: Set up Node.js 20 + uses: actions/setup-node@v3 + with: + node-version: '20' - name: Build User service run: mvn -B verify -Pprod --file user-service/pom.xml @@ -47,6 +55,10 @@ jobs: uses: actions/setup-java@v1 with: java-version: 11 + - name: Set up Node.js 20 + uses: actions/setup-node@v3 + with: + node-version: '20' - name: Build Assertion service run: mvn -B verify -Pprod --file assertion-service/pom.xml @@ -58,6 +70,10 @@ jobs: uses: actions/setup-java@v1 with: java-version: 11 + - name: Set up Node.js 20 + uses: actions/setup-node@v3 + with: + node-version: '20' - name: Build Member service run: mvn -B verify -Pprod --file member-service/pom.xml @@ -69,6 +85,10 @@ jobs: uses: actions/setup-java@v1 with: java-version: 11 + - name: Set up Node.js 20 + uses: actions/setup-node@v3 + with: + node-version: '20' - name: Build Discovery service run: mvn -B verify -Pprod --file discovery-service/pom.xml