Skip to content

Commit 85686c8

Browse files
authored
ci: add node 20 to test matrix (#96)
1 parent 97e3fd1 commit 85686c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
contents: read
7777
strategy:
7878
matrix:
79-
node-version: [6, 8, 10, 11, 12, 13, 14, 15, 16, 18]
79+
node-version: [6, 8, 10, 11, 12, 13, 14, 15, 16, 18, 20]
8080
steps:
8181
- name: Check out repo
8282
uses: actions/checkout@v3

0 commit comments

Comments
 (0)