Skip to content

fix(deps): update dependency @aws-sdk/client-s3 to v3.567.0 #876

fix(deps): update dependency @aws-sdk/client-s3 to v3.567.0

fix(deps): update dependency @aws-sdk/client-s3 to v3.567.0 #876

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build
run: |
yarn --frozen-lockfile
yarn bootstrap
yarn lint
yarn build
env:
CI: true
PUPPETEER_SKIP_DOWNLOAD: true