Skip to content

Commit 7ec5831

Browse files
refactor!: next (#1295)
1 parent ae98845 commit 7ec5831

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+17242
-12423
lines changed

.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
strategy:
5656
matrix:
5757
os: [ubuntu-latest, windows-latest, macos-latest]
58-
node-version: [10.x, 12.x, 14.x]
59-
webpack-version: [4, latest]
58+
node-version: [12.x, 14.x, 16.x]
59+
webpack-version: [latest]
6060

6161
runs-on: ${{ matrix.os }}
6262

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ npm-debug.log*
88
/local
99
/reports
1010
/node_modules
11+
/test/outputs
1112
/test/fixtures/import/import-absolute.css
1213
/test/fixtures/url/url-absolute.css
1314
/test/fixtures/modules/composes/composes-absolute.css

.husky/.gitignore

-1
This file was deleted.

0 commit comments

Comments
 (0)