Skip to content

ci: fix yaml indentation #677

ci: fix yaml indentation

ci: fix yaml indentation #677

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- main
paths-ignore:
- "**.md"
push:
branches:
- main
paths-ignore:
- "**.md"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
check-latest: true
cache: yarn
- run: yarn install
- run: yarn test