Bump fast-xml-parser and @aws-sdk/credential-providers #121
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .github/workflows/development.yml | |
name: Run test | |
on: | |
pull_request: | |
branches: | |
- development | |
- main | |
push: | |
branches: | |
- development | |
jobs: | |
run-test: | |
name: "run test" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: npm install and run test | |
run: | | |
npm install --legacy-peer-deps | |
npm run test |