Skip to content

Bump @types/google-apps-script from 1.0.86 to 1.0.89 #948

Bump @types/google-apps-script from 1.0.86 to 1.0.89

Bump @types/google-apps-script from 1.0.86 to 1.0.89 #948

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 12.x
uses: actions/setup-node@v4.1.0
with:
node-version: 12.x
- name: npm ci
run: npm ci
- name: npm test
uses: paambaati/codeclimate-action@v2.7.5
env:
CI: true
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: npm test