Skip to content

Merge pull request #100 from yktsr/dependabot/npm_and_yarn/semver-7.5.4 #151

Merge pull request #100 from yktsr/dependabot/npm_and_yarn/semver-7.5.4

Merge pull request #100 from yktsr/dependabot/npm_and_yarn/semver-7.5.4 #151

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:

Check failure on line 13 in .github/workflows/nodejs.yml

View workflow run for this annotation

GitHub Actions / Node.js CI

Invalid workflow file

The workflow is not valid. .github/workflows/nodejs.yml (Line: 13, Col: 14): Unexpected value '' .github/workflows/nodejs.yml (Line: 14, Col: 9): Unexpected value 'cache'
cache: 'npm'
- name: Install dependencies
run: |
npm ci
npm run build --if-present
- name: Test with eslint
run: |
npm run lint
- name: Test
run: |
npm test