Skip to content

Commit

Permalink
fix: drop node v14 on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed May 20, 2023
1 parent 4bb22d6 commit 860ee59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -81,7 +81,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 860ee59

Please sign in to comment.