Skip to content

Commit

Permalink
exclude node 14 + esnext from the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jul 25, 2022
1 parent 63a5b2a commit 922f3ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
node: [14.x, 16.x, 18.x]
module: [cjs, esm, umd]
target: [es5, es2015, esnext]
exclude:
- {node: 14.x, target: esnext}
steps:
- name: Setup node v${{ matrix.node }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 922f3ce

Please sign in to comment.