Skip to content

Bump @faasjs/react from 0.0.4-beta.13 to 0.0.5-beta.1 #793

Bump @faasjs/react from 0.0.4-beta.13 to 0.0.5-beta.1

Bump @faasjs/react from 0.0.4-beta.13 to 0.0.5-beta.1 #793

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