Skip to content

build(deps-dev): Bump @aws-sdk/client-s3 from 3.911.0 to 3.913.0 #21469

build(deps-dev): Bump @aws-sdk/client-s3 from 3.911.0 to 3.913.0

build(deps-dev): Bump @aws-sdk/client-s3 from 3.911.0 to 3.913.0 #21469

Workflow file for this run

name: Lint SAF-CLI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
check-latest: true
cache: 'npm'
- name: Install project dependencies
run: npm ci
- name: Run lint
run: npm run lint:ci