Skip to content

Bump @aws-sdk/lib-storage from 3.685.0 to 3.691.0 #644

Bump @aws-sdk/lib-storage from 3.685.0 to 3.691.0

Bump @aws-sdk/lib-storage from 3.685.0 to 3.691.0 #644

Workflow file for this run

name: Build
on: [push, pull_request]
env:
CI: true
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
node-version: [18.x]
experimental: [false]
include:
- node: 19.x
experimental: true
steps:
- uses: actions/checkout@v2
- name: Use Node.js (NPMJS) ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: sudo npm ci
- name: Build
run: npm run build:prod