Skip to content

chore(deps-dev): Bump elliptic from 6.5.7 to 6.6.0 #1303

chore(deps-dev): Bump elliptic from 6.5.7 to 6.6.0

chore(deps-dev): Bump elliptic from 6.5.7 to 6.6.0 #1303

Workflow file for this run

# SPDX-FileCopyrightText: 20210 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT
name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
node:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20']
name: node${{ matrix.node-version }}
steps:
- uses: actions/checkout@v4
- name: Set up node ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint