Skip to content

Commit 51b6c93

Browse files
committed
Revert "Updated node to 12 for github actions."
This reverts commit 1696e09
1 parent 1696e09 commit 51b6c93

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: [12.x]
17+
node-version: [10.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: [12.x]
15+
node-version: [10.x]
1616

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

0 commit comments

Comments
 (0)