Skip to content

Commit 2ae8b87

Browse files
fix: update node version for gh workflows
1 parent d128a88 commit 2ae8b87

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
node-version: [12.x]
22+
node-version: [14.x]
2323

2424
steps:
2525
- uses: actions/checkout@v2

.github/workflows/guidelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
node-version: [12.x]
24+
node-version: [14.x]
2525

2626
steps:
2727
- uses: actions/checkout@v2

.github/workflows/js-toolkit-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
strategy:
2525
matrix:
26-
node-version: [12.x]
26+
node-version: [14.x]
2727

2828
steps:
2929
- uses: actions/checkout@v2
@@ -46,7 +46,7 @@ jobs:
4646

4747
strategy:
4848
matrix:
49-
node-version: [12.x]
49+
node-version: [14.x]
5050

5151
steps:
5252
- uses: actions/checkout@v2

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
node-version: [12.x]
30+
node-version: [14.x]
3131

3232
steps:
3333
- uses: actions/checkout@v2

.github/workflows/lockfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
node-version: [12.x]
22+
node-version: [14.x]
2323

2424
steps:
2525
- uses: actions/checkout@v2

.github/workflows/projects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
strategy:
3333
matrix:
34-
node-version: [12.x]
34+
node-version: [14.x]
3535

3636
steps:
3737
- uses: actions/checkout@v2
@@ -53,7 +53,7 @@ jobs:
5353

5454
strategy:
5555
matrix:
56-
node-version: [12.x]
56+
node-version: [14.x]
5757

5858
steps:
5959
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)