Switch testing to built-in Nodejs

no issue
This commit is contained in:
Daniel Lockyer 2020-04-06 13:49:51 +01:00 committed by GitHub
parent 690ca22fb7
commit 387a2aa3f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 9 deletions

View File

@ -6,17 +6,10 @@ on:
- master
- 'renovate/*'
jobs:
build:
runs-on: ubuntu-18.04
test:
runs-on: ubuntu-latest
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
strategy:
matrix:
node: [ 10 ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: yarn
- run: yarn test:ci