Skip to content

Commit ddc5d9e

Browse files
committed
node version 20.6.1
1 parent 7383db6 commit ddc5d9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-back.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 5
1515
strategy:
1616
matrix:
17-
node-version: [12.x, 15.x]
17+
node-version: [20.6.1]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Set up Node.js ${{ matrix.node-version }}

.github/workflows/build-front.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 5
1515
strategy:
1616
matrix:
17-
node-version: [12.x, 15.x]
17+
node-version: [20.6.1]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Set up Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)