Skip to content

Bump @faasjs/knex from 0.0.4-beta.5 to 0.0.4-beta.9 #763

Bump @faasjs/knex from 0.0.4-beta.5 to 0.0.4-beta.9

Bump @faasjs/knex from 0.0.4-beta.5 to 0.0.4-beta.9 #763

Workflow file for this run

name: Www Unit
on:
workflow_dispatch:
push:
paths:
- 'packages/www/**'
pull_request:
paths:
- 'packages/www/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
cache: 'npm'
- name: Install
run: |
npm install -g npm@latest
npm install
- name: Test
run: |-
npm run ci:www