Skip to content

Bump pillow from 10.2.0 to 10.3.0 in /drive #68

Bump pillow from 10.2.0 to 10.3.0 in /drive

Bump pillow from 10.2.0 to 10.3.0 in /drive #68

Workflow file for this run

name: drive CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
environment: Drive Test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Run tests
run: |
cd sandbox/typescript/drive
npm install
npm run build