Skip to content

Bump @faasjs/knex from 0.0.5-beta.2 to 0.0.5-beta.3 #805

Bump @faasjs/knex from 0.0.5-beta.2 to 0.0.5-beta.3

Bump @faasjs/knex from 0.0.5-beta.2 to 0.0.5-beta.3 #805

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