Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Update actions/checkout action to v4 #52

Update actions/checkout action to v4

Update actions/checkout action to v4 #52

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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