Skip to content

Update devDependencies (non-major) #212

Update devDependencies (non-major)

Update devDependencies (non-major) #212

Workflow file for this run

name: Build
on:
# disable for saving bill
# push:
# branches:
# - main
# pull_request:
# types: [opened, reopened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://npm.pkg.github.com
cache: yarn
- run: |
yarn install --frozen-lockfile
yarn build