Skip to content

Commit

Permalink
Fix build and update build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
moonglum committed Jan 12, 2023
1 parent a12e663 commit 85cc000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
node-version:
- 14.x
- 18.x
- 19.x
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {

function faucetCSS(config, assetManager, { browsers, compact, sourcemaps } = {}) {
let bundlers = config.map(bundleConfig => makeBundler(bundleConfig,
assetManager, { browsers, compact, sourcemaps }));
assetManager, { browsers, compact, sourcemaps }));

return filepaths => Promise.all(bundlers.
map(bundler => bundler(filepaths)));
Expand Down

0 comments on commit 85cc000

Please sign in to comment.