Skip to content

Bump elliptic from 6.5.7 to 6.6.0 in the npm_and_yarn group #642

Bump elliptic from 6.5.7 to 6.6.0 in the npm_and_yarn group

Bump elliptic from 6.5.7 to 6.6.0 in the npm_and_yarn group #642

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request_target:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup Node.js
uses: actions/setup-node@v4.0.4
with:
cache: 'npm'
node-version-file: '.nvmrc'
registry-url: https://npm.pkg.github.com/
scope: '@doctrinab'
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: npm run build --if-present
- run: npm run unit