Skip to content

Bump @aws-sdk/client-secrets-manager from 3.496.0 to 3.501.0 #135

Bump @aws-sdk/client-secrets-manager from 3.496.0 to 3.501.0

Bump @aws-sdk/client-secrets-manager from 3.496.0 to 3.501.0 #135

Workflow file for this run

name: Run Tests
on:
push:
branches:
- '**/*'
paths-ignore:
- 'README.md'
pull_request:
branches:
- 'main'
paths-ignore:
- 'README.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: szenius/[email protected]
with:
timezoneLinux: "Europe/Amsterdam"
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test