Skip to content

Commit

Permalink
Update Stylelint and its dependencies (#187)
Browse files Browse the repository at this point in the history
Also drop Node.js < 14 support

Note that we specify lockfile-version=2 for backwards npm compatibility
  • Loading branch information
XhmikosR committed Mar 12, 2023
1 parent c567dcd commit 15a0a81
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 194 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 14, 16, 18]
node: [14, 16, 18]

steps:
- name: Clone repository
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lockfile-version=2

0 comments on commit 15a0a81

Please sign in to comment.