Skip to content

Bump @node-oauth/express-oauth-server from 3.0.1 to 4.1.1 #1120

Bump @node-oauth/express-oauth-server from 3.0.1 to 4.1.1

Bump @node-oauth/express-oauth-server from 3.0.1 to 4.1.1 #1120

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: "package.json"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run tests
run: |
set -a
source __tests__/testing.env
npm test
- name: Build
run: npm run build