Skip to content

Commit 3fff008

Browse files
chore: add tests for Node 20 (#349)
1 parent fd1c227 commit 3fff008

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: .github/workflows/main.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
node-version:
15-
- '18'
16-
- '16'
17-
- '14'
15+
- 20
16+
- 18
17+
- 16
18+
- 14
1819
os:
1920
- ubuntu-latest
2021
steps:

0 commit comments

Comments
 (0)