Skip to content

Bump aws-sdk-s3 from 1.165.0 to 1.166.0 in /api #252

Bump aws-sdk-s3 from 1.165.0 to 1.166.0 in /api

Bump aws-sdk-s3 from 1.165.0 to 1.166.0 in /api #252

Workflow file for this run

name: Web
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
defaults:
run:
working-directory: web
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
package_json_file: web/package.json
- uses: actions/setup-node@v4
with:
node-version-file: web/.node-version
cache: pnpm
cache-dependency-path: web/pnpm-lock.yaml
- run: pnpm install --frozen-lockfile
- run: ln -s openid-configuration.local.json ../config/openid-configuration.json
- run: pnpm test