From 4a51180aa289eec4e1d0928c9e74feb45e795dcf Mon Sep 17 00:00:00 2001 From: Pl217 Date: Wed, 25 Oct 2023 22:05:22 +0200 Subject: [PATCH] HPC-9238: Use Node.js v20 in GitHub CI --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/workflow.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1e8c4a9..a62f9a46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '20' - name: Install packages run: yarn install --frozen-lockfile - name: TypeScript compiler checks diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 50b58f52..ea284c8f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '20' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index c97465aa..74fa0c5b 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '20' - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v2