Skip to content

Bump google-auth-library from 9.9.0 to 9.10.0 #132

Bump google-auth-library from 9.9.0 to 9.10.0

Bump google-auth-library from 9.9.0 to 9.10.0 #132

Workflow file for this run

name: "ESBuild Testing"
on: [pull_request]
jobs:
eslint:
name: Run esbuild
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Dependencies
run: npm prune
- name: Run ESBuild
run: npm run test:minify
continue-on-error: false