this repo has no description
0
fork

Configure Feed

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

pin github actions versions

+2 -2
+2 -2
.github/workflows/test.yml
··· 11 11 node-version: [20, 22, 24] 12 12 os: [macos-latest, ubuntu-latest, windows-latest] 13 13 steps: 14 - - uses: actions/checkout@v6 15 - - uses: actions/setup-node@v6 14 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 15 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 16 16 with: 17 17 node-version: ${{matrix.node-version}} 18 18 - run: npm clean-install