Skip to content

Commit c06387f

Browse files
authored
Merge pull request #86 from rokka-io/node-20
Add node 20 in tests, remove node 12 and 16
2 parents 0413cbb + ea7ab1f commit c06387f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
node: [ 12, 14, 16, 18 ]
12+
node: [ 16, 18, 20 ]
1313

1414
steps:
1515
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)