Skip to content

build(deps): bump elliptic from 6.5.7 to 6.6.1 #2

build(deps): bump elliptic from 6.5.7 to 6.6.1

build(deps): bump elliptic from 6.5.7 to 6.6.1 #2

Workflow file for this run

name: Code Quality
on:
pull_request:
branches:
- main-ce
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Set up the repository
uses: actions/checkout@v4
- name: Set up NodeJS
uses: actions/setup-node@v4
with:
node-version: ${{ vars.NODE_VERSION }}
- name: Install Dependencies
run: npm ci
- name: Check lint
run: npm run lint