Skip to content

Major update to @aws-crypto/sha256-browser #2414

Major update to @aws-crypto/sha256-browser

Major update to @aws-crypto/sha256-browser #2414

Workflow file for this run

name: Node.js CI - API
on:
pull_request:
jobs:
API:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.15.0'
- name: Collect Workflow Telemetry
uses: runforesight/workflow-telemetry-action@v1
with:
comment_on_pr: false
- name: Install Node Dependencies
run: npm ci
- name: API
run: npm run test:api