Skip to content

Commit 1cf2106

Browse files
Migrate to flat config (#35)
Co-authored-by: Sindre Sorhus <[email protected]>
1 parent 4a345ab commit 1cf2106

File tree

6 files changed

+266
-294
lines changed

6 files changed

+266
-294
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node-version:
13-
- 16
14-
- 14
15-
- 12
13+
- 22
14+
- 20
15+
- 18
1616
steps:
17-
- uses: actions/checkout@v2
18-
- uses: actions/setup-node@v2
17+
- uses: actions/checkout@v4
18+
- uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
- run: npm install

0 commit comments

Comments
 (0)