Skip to content

Commit

Permalink
This patch updates the node versions from [12, 14, 16, 17] to [14, 16…
Browse files Browse the repository at this point in the history
…, 18].

This matches the BudouX change[1].

[1] google/budoux#72
  • Loading branch information
kojiishi committed Jul 15, 2022
1 parent 46e7841 commit d971e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [12, 14, 16, 17]
node-version: [14, 16, 18]
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
Expand Down

0 comments on commit d971e71

Please sign in to comment.