Skip to content

Commit 23739db

Browse files
Remove Node 12 from CI (#2306)
1 parent e8ddc8d commit 23739db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jobs:
6363
- '18'
6464
- '16'
6565
- '14'
66-
- '12'
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"
6769
runs-on: ${{ matrix.os }}
6870
steps:
6971
- uses: extractions/setup-just@v2

0 commit comments

Comments
 (0)