Skip to content

fix: parsing of installer build versions #9

fix: parsing of installer build versions

fix: parsing of installer build versions #9

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v4
- run: node -v
- run: npm -v
- run: npm ci
- run: npm run lint
test:

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

View workflow run for this annotation

GitHub Actions / Node.js CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 22, Col: 1): Unexpected value 'test'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v4
- run: npm i
- run: npm link
- run: |
cd ./tests/fixtures/app
npm i
- run: npm test