Skip to content

Workflow file for this run

name: CI
on: [push]
jobs:
bump:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node 20
uses: actions/setup-node@v3

Check failure on line 10 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
with:
node-version: 20.12.0
- name: Install
run: npm i
- name: Lint
run: npm run lint