Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove node-version 12 from matrix (#594)
  • Loading branch information
Dmitry Shibanov authored and GitHub committed Oct 17, 2022
1 parent 8c91899 commit 788c6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-cache.yml
Expand Up @@ -75,7 +75,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12, 14, 16]
node-version: [14, 16]
steps:
- uses: actions/checkout@v3
- name: Yarn version
Expand Down

0 comments on commit 788c6cc

Please sign in to comment.