Skip to content

Commit 788c6cc

Browse files
remove node-version 12 from matrix (#594)
1 parent 8c91899 commit 788c6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
fail-fast: false
7676
matrix:
7777
os: [ubuntu-latest, windows-latest, macos-latest]
78-
node-version: [12, 14, 16]
78+
node-version: [14, 16]
7979
steps:
8080
- uses: actions/checkout@v3
8181
- name: Yarn version

0 commit comments

Comments
 (0)