Skip to content

Commit 8610499

Browse files
authored
Run lint on node 20
1 parent ffd4cfb commit 8610499

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ permissions:
1212
jobs:
1313
lint:
1414
runs-on: ubuntu-latest
15+
strategy:
16+
matrix:
17+
node:
18+
- 20
1519
steps:
1620
- name: ⬇️ Checkout
1721
uses: actions/checkout@v2

0 commit comments

Comments
 (0)