Skip to content

Bump @aws-sdk/client-pricing from 3.398.0 to 3.405.0 #63

Bump @aws-sdk/client-pricing from 3.398.0 to 3.405.0

Bump @aws-sdk/client-pricing from 3.398.0 to 3.405.0 #63

Workflow file for this run

name: Linting
on:
pull_request:
branches:
- "**"
push:
branches:
- master
- linting
workflow_dispatch:
jobs:
nodejs-test:
runs-on: ubuntu-latest
strategy:
matrix:
version: [18, 20]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint