Skip to content

[Snyk] Security upgrade @aws-sdk/client-sts from 3.614.0 to 3.621.0 #119

[Snyk] Security upgrade @aws-sdk/client-sts from 3.614.0 to 3.621.0

[Snyk] Security upgrade @aws-sdk/client-sts from 3.614.0 to 3.621.0 #119

Workflow file for this run

name: Lint and Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- name: Install dependencies
run: yarn install --immutable
- name: Lint
run: yarn lint
- name: Unit Tests
run: yarn test