Skip to content

[Snyk] Upgrade @aws-sdk/client-lambda from 3.588.0 to 3.609.0 #571

[Snyk] Upgrade @aws-sdk/client-lambda from 3.588.0 to 3.609.0

[Snyk] Upgrade @aws-sdk/client-lambda from 3.588.0 to 3.609.0 #571

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Node.js setup
uses: actions/setup-node@v4
with:
node-version: 20
- name: Build
run: |
npm ci
npm run format
npm run lint
npm run build
npm run pack