Skip to content

Commit 15a0a81

Browse files
authored
Update Stylelint and its dependencies (#187)
Also drop Node.js < 14 support Note that we specify lockfile-version=2 for backwards npm compatibility
1 parent c567dcd commit 15a0a81

File tree

4 files changed

+268
-194
lines changed

4 files changed

+268
-194
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node: [12, 14, 16, 18]
21+
node: [14, 16, 18]
2222

2323
steps:
2424
- name: Clone repository

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lockfile-version=2

0 commit comments

Comments
 (0)