Skip to content

Bump @aws-sdk/client-dynamodb from 3.549.0 to 3.614.0 #1204

Bump @aws-sdk/client-dynamodb from 3.549.0 to 3.614.0

Bump @aws-sdk/client-dynamodb from 3.549.0 to 3.614.0 #1204

Workflow file for this run

name: CI
on:
push:
branches: ["main", "staging"]
pull_request:
branches: ["main", "staging"]
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run check:lint
- name: Format
run: npm run check:format
- name: Build application
run: npm run build
env:
CI: true