Skip to content

猬嗭笍 Bump googleapis from 109.0.1 to 137.1.0 #275

猬嗭笍 Bump googleapis from 109.0.1 to 137.1.0

猬嗭笍 Bump googleapis from 109.0.1 to 137.1.0 #275

Workflow file for this run

name: Test CI
on:
push:
branches-ignore:
- master
jobs:
release:
name: Build and test
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 14
- name: Install dependencies
run: npm ci
- name: Build TypeScript
run: npm run build
- name: Run tests
run: npm run test