Skip to content

Commit 0a5d5ef

Browse files
authored
Update dependencies to support Stylelint 16 (#147)
1 parent efb144b commit 0a5d5ef

File tree

4 files changed

+335
-714
lines changed

4 files changed

+335
-714
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
FORCE_COLOR: 2
13-
NODE: 18
13+
NODE: 20
1414

1515
permissions:
1616
contents: read

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
node: [14, 16, 18, 20]
25+
node: [20]
2626
os: [ubuntu-latest, windows-latest, macos-latest]
2727

2828
steps:

0 commit comments

Comments
 (0)