Skip to content

Merge pull request #17 from socketsupply/bret/fix-up-actions #67

Merge pull request #17 from socketsupply/bret/fix-up-actions

Merge pull request #17 from socketsupply/bret/fix-up-actions #67

Workflow file for this run

name: tests
on: [pull_request, push]
on: [push]

Check failure on line 5 in .github/workflows/nodejs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nodejs.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 5
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: ['lts/*']
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install && ./node_modules/.bin/npr which standard
- run: npm test