this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update node.js versions

+1 -1
+1 -1
.github/workflows/test.yml
··· 6 6 runs-on: ${{matrix.os}} 7 7 strategy: 8 8 matrix: 9 - node-version: [12, 14, 16] 9 + node-version: [14, 16, 18, 19] 10 10 os: [macos-latest, ubuntu-latest, windows-latest] 11 11 steps: 12 12 - uses: actions/checkout@v2