Skip to content

Update cache for npm in workflow #8

Update cache for npm in workflow

Update cache for npm in workflow #8

Workflow file for this run

name: Build Check
on:
push:
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: yarn --frozen-lockfile
- run: yarn lint
- run: yarn test