Skip to content

Commit 771cd27

Browse files
committed
Upgrade the NodeJS version to 20 for GitHub Actions.
1 parent 3e0d09f commit 771cd27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [18.x]
12+
node-version: [20.x]
1313
steps:
1414
- name: Checkout Repository
1515
uses: actions/checkout@v2

.github/workflows/pullrequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [18.x]
11+
node-version: [20.x]
1212
steps:
1313
- name: Checkout Repository
1414
uses: actions/checkout@v2

0 commit comments

Comments
 (0)