Skip to content

Bump detox from 19.12.6 to 20.18.1 in /fixture #550

Bump detox from 19.12.6 to 20.18.1 in /fixture

Bump detox from 19.12.6 to 20.18.1 in /fixture #550

Workflow file for this run

name: website
on:
push:
branches:
- main
pull_request:
env:
RUBY_VERSION: 3.0.3
NODE_VERSION: 16.13.0
jobs:
build-documentation:
name: "Build documentation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- run: |
cd documentation
yarn
yarn build