Skip to content

Workflow file for this run

name: Node
on: push
jobs:
first-job:
name: Build and Test
runs-on: ubuntu-latest
container: node:lts
steps:

Check failure on line 8 in .github/workflows/workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/workflow.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
- run: node --version
- run: npm --version
- run: npm install
- run: node index.js