Skip to content

build(deps): bump @auth0/auth0-spa-js from 2.4.1 to 2.8.0 #845

build(deps): bump @auth0/auth0-spa-js from 2.4.1 to 2.8.0

build(deps): bump @auth0/auth0-spa-js from 2.4.1 to 2.8.0 #845

Workflow file for this run

name: "Linting"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 1
submodules: "recursive"
lfs: false
- uses: actions/setup-node@v6
with:
node-version: "20.19"
cache: "npm"
- name: Install modules
run: npm ci
- name: Linting
run: npm run lint:check
- name: Type-Checking
run: npm run check