Skip to content

Commit

Permalink
Merge pull request #186 from postcss/bump-postcss-load-config
Browse files Browse the repository at this point in the history
Bump postcss-load-config
  • Loading branch information
w0rm committed Jan 12, 2024
2 parents 70dfabe + 0f15414 commit bd9d4c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

strategy:
matrix:
node-version: ['10', '12', '14']
node-version: ['18', '20']

steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"description": "PostCSS gulp plugin",
"main": "index.js",
"engines": {
"node": "^10 || ^12 || >=14"
"node": ">=18"
},
"scripts": {
"pretest": "eslint *.js",
Expand All @@ -42,7 +42,7 @@
"dependencies": {
"fancy-log": "^1.3.3",
"plugin-error": "^1.0.1",
"postcss-load-config": "^3.0.0",
"postcss-load-config": "^5.0.0",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit bd9d4c0

Please sign in to comment.