Skip to content

Bump fast-xml-parser and @aws-sdk/client-cloudformation #246

Bump fast-xml-parser and @aws-sdk/client-cloudformation

Bump fast-xml-parser and @aws-sdk/client-cloudformation #246

Workflow file for this run

on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
name: Check
permissions:
contents: read
jobs:
check:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Run tests
run: |
npm ci
npm run all