Skip to content

attemp to fix warning 3 #62

attemp to fix warning 3

attemp to fix warning 3 #62

Workflow file for this run

name: Run build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn build