Skip to content

build(deps): bump braces from 3.0.2 to 3.0.3 #30

build(deps): bump braces from 3.0.2 to 3.0.3

build(deps): bump braces from 3.0.2 to 3.0.3 #30

Workflow file for this run

name: Test deployment
on:
pull_request:
branches: [master]
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: yarn
- name: yarn install
run: yarn install --frozen-lockfile
- name: yarn build
run: yarn workspace website build