Skip to content

Commit

Permalink
BREAKING: Drop Node 12 support (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Jun 21, 2022
1 parent 82548ca commit eb45758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
node: [12, 14, 16]
node: [14, 16, 18]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "CLI for PostCSS",
"type": "module",
"engines": {
"node": ">=12"
"node": ">=14"
},
"bin": {
"postcss": "./index.js"
Expand Down

0 comments on commit eb45758

Please sign in to comment.