Skip to content

Merge pull request #92 from abetomo/dependabot/npm_and_yarn/googleapi… #268

Merge pull request #92 from abetomo/dependabot/npm_and_yarn/googleapi…

Merge pull request #92 from abetomo/dependabot/npm_and_yarn/googleapi… #268

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x, 21.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm test