Skip to content

feat: default to SHA-384 for signature authentication #107

feat: default to SHA-384 for signature authentication

feat: default to SHA-384 for signature authentication #107

Workflow file for this run

name: Pull request tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14', '16', '18']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: corepack yarn
- run: corepack yarn lint
- run: corepack yarn test