Skip to content

Bump @grpc/grpc-js and @google-cloud/datastore #67

Bump @grpc/grpc-js and @google-cloud/datastore

Bump @grpc/grpc-js and @google-cloud/datastore #67

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main, gh-actions]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Setup node ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm test