Skip to content

Commit

Permalink
fix(ci): do not test cli.js on node v12 (#5784)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Dec 8, 2022
1 parent 75a0c79 commit eaf0d71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish-cli-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ jobs:
- host: windows-latest
target: x86_64-pc-windows-msvc
node:
- '12'
- '14'
- '16'
- '18'
Expand Down Expand Up @@ -232,7 +231,6 @@ jobs:
fail-fast: false
matrix:
node:
- '12'
- '14'
- '16'
- '18'
Expand Down Expand Up @@ -270,7 +268,6 @@ jobs:
fail-fast: false
matrix:
node:
- '12'
- '14'
- '16'
- '18'
Expand Down Expand Up @@ -318,7 +315,6 @@ jobs:
fail-fast: false
matrix:
node:
- '12'
- '14'
- '16'
- '18'
Expand Down

0 comments on commit eaf0d71

Please sign in to comment.