Skip to content

Bump semver from 5.7.1 to 5.7.2 #3

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #3

Workflow file for this run

name: Run Tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
# https://github.com/actions/runner-images
runs:

Check failure on line 12 in .github/workflows/config.yml

View workflow run for this annotation

GitHub Actions / Run Tests

Invalid workflow file

The workflow is not valid. .github/workflows/config.yml (Line: 12, Col: 5): Unexpected value 'runs' .github/workflows/config.yml (Line: 12, Col: 5): Required property is missing: runs-on
using: docker
image: node:16
steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build
- run: npm run test:quick