Skip to content

Commit

Permalink
fix: more drop node v14 for e2e on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed May 20, 2023
1 parent 860ee59 commit 2d8fb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -143,7 +143,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [14, 16]
node: [16]
#node: [14, 16, 18.0]

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

0 comments on commit 2d8fb74

Please sign in to comment.