Skip to content

[Snyk] Upgrade @aws-sdk/client-lambda from 3.507.0 to 3.511.0 #504

[Snyk] Upgrade @aws-sdk/client-lambda from 3.507.0 to 3.511.0

[Snyk] Upgrade @aws-sdk/client-lambda from 3.507.0 to 3.511.0 #504

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: 16
- name: Build
run: |
npm ci
npm run format
npm run lint
npm run build
npm run pack