Skip to content

Commit 1696e09

Browse files
committed
Updated node to 12 for github actions.
1 parent c3b10f5 commit 1696e09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-prod.yml

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

1515
strategy:
1616
matrix:
17-
node-version: [10.x]
17+
node-version: [12.x]
1818

1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/deploy-staging.yml

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

1313
strategy:
1414
matrix:
15-
node-version: [10.x]
15+
node-version: [12.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)