JavaScript generic ASN.1 parser (mirror)
1
fork

Configure Feed

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

Fix GitHub action.

+1 -1
+1 -1
.github/workflows/node.js.yml
··· 22 22 node-version: ${{ matrix.node-version }} 23 23 - run: npm test all 24 24 - run: npm run lint 25 - if: ${{ matrix.node-version == latest }} 25 + if: matrix.node-version == 'latest'