Skip to content

build(deps): bump tar from 6.2.0 to 6.2.1 #27

build(deps): bump tar from 6.2.0 to 6.2.1

build(deps): bump tar from 6.2.0 to 6.2.1 #27

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