Skip to content

Commit

Permalink
Revert "chore: Add Node 18 to CI (#915)"
Browse files Browse the repository at this point in the history
This reverts commit db80737.
  • Loading branch information
styfle committed May 11, 2022
1 parent db80737 commit b3cc1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [14, 16, 18]
node: [14, 16]
runs-on: ${{ matrix.os }}
steps:
- name: Cancel Previous Runs
Expand Down

0 comments on commit b3cc1ed

Please sign in to comment.