Skip to content

Bump @aws-sdk/client-ssm from 3.637.0 to 3.658.1 #466

Bump @aws-sdk/client-ssm from 3.637.0 to 3.658.1

Bump @aws-sdk/client-ssm from 3.637.0 to 3.658.1 #466

Workflow file for this run

name: Linting
on:
pull_request:
branches:
- "**"
push:
branches:
- master
jobs:
nodejs-test:
runs-on: ubuntu-latest
strategy:
matrix:
version: [21]
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: ${{ matrix.version }}
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint