Skip to content

Bump @aws-sdk/client-s3 from 3.962.0 to 3.964.0 #1589

Bump @aws-sdk/client-s3 from 3.962.0 to 3.964.0

Bump @aws-sdk/client-s3 from 3.962.0 to 3.964.0 #1589

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
CI: true
TZ: 'Europe/Paris'
NODE_ENV: 'test'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v6
- name: setup node
uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: install
run: yarn install
- name: lint
run: yarn lint
- name: test
run: yarn test