Skip to content

Commit

Permalink
chore!: minimum supported node.js version is 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Jan 25, 2024
1 parent e0d70bb commit 8dfc91e
Show file tree
Hide file tree
Showing 4 changed files with 1,610 additions and 1,038 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 21.x]
stylelint-version: [13.x, 14.x, 15.x]
webpack-version: [latest]

Expand Down
Loading

0 comments on commit 8dfc91e

Please sign in to comment.