Skip to content

Commit

Permalink
fix: disalbe node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jan 12, 2023
1 parent 261e895 commit e68fdab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [14, 16, 18.0]
node: [14, 16]
#node: [14, 16, 18.0]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -142,7 +143,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [14, 16, 18.0]
node: [14, 16]
#node: [14, 16, 18.0]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit e68fdab

Please sign in to comment.