Skip to content

deps: update uppy to 3.2.1 #160

deps: update uppy to 3.2.1

deps: update uppy to 3.2.1 #160

Workflow file for this run

name: Test build
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
merge_group:
types: [checks_requested]
concurrency: test-${{ github.ref }}
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Install dependencies
run: corepack yarn install --immutable
- name: Test build website
run: corepack yarn build