Skip to content

Update cache for npm in workflow #7

Update cache for npm in workflow

Update cache for npm in workflow #7

Workflow file for this run

name: Build Check
on:
push:
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: 18.x

Check failure on line 16 in .github/workflows/build_check.yml

View workflow run for this annotation

GitHub Actions / Build Check

Invalid workflow file

The workflow is not valid. .github/workflows/build_check.yml (Line: 16, Col: 23): Unexpected value '18.x'
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