Skip to content

Commit b8db4e6

Browse files
authored
use node 14 (#5231)
1 parent 7255bca commit b8db4e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
node-version: [12.x]
15+
node-version: [14.x]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v2

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
node-version: [12.x]
15+
node-version: [14.x]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v2
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
os: [ubuntu-latest]
51-
node-version: [12.x]
51+
node-version: [14.x]
5252
runs-on: ${{ matrix.os }}
5353
steps:
5454
- uses: actions/checkout@v2
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
matrix:
7474
os: [ubuntu-latest]
75-
node-version: [12.x]
75+
node-version: [14.x]
7676
runs-on: ${{ matrix.os }}
7777
steps:
7878
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)