Skip to content

Commit

Permalink
build: require node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Jan 28, 2024
1 parent 425f659 commit 9e03a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18, 20]
node-version: [18, 20]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"postcss-plugin"
],
"engines": {
"node": ">=14.0.0"
"node": ">=18"
}
}

0 comments on commit 9e03a85

Please sign in to comment.