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: "Formatting"
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: 0
- uses: actions/setup-node@v6
with:
node-version: "20.19"
cache: "npm"
- name: Install modules
run: npm ci
- name: Prettier
run: npm run format:check