Skip to content

Update all non-major dependencies #379

Update all non-major dependencies

Update all non-major dependencies #379

name: Qloud Express CI
# Build on every branch, but only if the files we care about have changed
on:
push:
paths:
- "qloud-express/**"
- ".github/workflows/qloud-express-ci.yml"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm install
working-directory: qloud-express
- run: npm test
working-directory: qloud-express