Skip to content

fix: bump fast-xml-parser and @aws-sdk/credential-providers #675

fix: bump fast-xml-parser and @aws-sdk/credential-providers

fix: bump fast-xml-parser and @aws-sdk/credential-providers #675

Workflow file for this run

name: Verify and Test
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
NODE_ENV: test
jobs:
# Verify code
verify:
name: Verify code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm install
- run: npm run verify