Skip to content

Commit 4a51180

Browse files
committed
HPC-9238: Use Node.js v20 in GitHub CI
1 parent dbf80f1 commit 4a51180

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: '18'
17+
node-version: '20'
1818
- name: Install packages
1919
run: yarn install --frozen-lockfile
2020
- name: TypeScript compiler checks

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: actions/setup-node@v3
4141
with:
42-
node-version: '18'
42+
node-version: '20'
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '18'
15+
node-version: '20'
1616

1717
- name: Configure AWS credentials
1818
uses: aws-actions/configure-aws-credentials@v2

0 commit comments

Comments
 (0)