Skip to content

build(deps): bump actions/checkout from 4.1.1 to 4.1.3 #174

build(deps): bump actions/checkout from 4.1.1 to 4.1.3

build(deps): bump actions/checkout from 4.1.1 to 4.1.3 #174

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/[email protected]
- uses: actions/setup-node@v4
with:
node-version: 16
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test build website
run: yarn build