Skip to content

Commit ea19025

Browse files
Revert "Remove Node 12 from CI (#2306)" (#2309)
This reverts commit 23739db.
1 parent 23739db commit ea19025

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ jobs:
6363
- '18'
6464
- '16'
6565
- '14'
66-
# Node subdependency(eslint-utils) added optional chaining syntax that does not work in v12
67-
# TODO: https://jira.corp.stripe.com/browse/RUN_DEVSDK-1610
68-
# - "12"
66+
- '12'
6967
runs-on: ${{ matrix.os }}
7068
steps:
7169
- uses: extractions/setup-just@v2

0 commit comments

Comments
 (0)