Skip to content

Commit

Permalink
Add matrix platform
Browse files Browse the repository at this point in the history
Upgrade latest Node.js 12
Downgrade css-minimizer-webpack-plugin (last version compatible with v12)
  • Loading branch information
yoriiis committed Apr 19, 2023
1 parent 2e70282 commit da37363
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 518 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node: [12, 14, 16, 18]
os: [ubuntu-latest, windows-latest, macos-latest]
node: [12, 14, 16, 18, 20]
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.22.7
v12.22.12
Loading

0 comments on commit da37363

Please sign in to comment.