We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db80737 commit 27c2556Copy full SHA for 27c2556
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
os: [ubuntu-latest, macos-latest, windows-latest]
18
- node: [14, 16, 18]
+ node: [14, 16]
19
runs-on: ${{ matrix.os }}
20
steps:
21
- name: Cancel Previous Runs
0 commit comments