Skip to content

Merge pull request #89 from koole/dependabot/npm_and_yarn/babel/trave… #155

Merge pull request #89 from koole/dependabot/npm_and_yarn/babel/trave…

Merge pull request #89 from koole/dependabot/npm_and_yarn/babel/trave… #155

Workflow file for this run

name: Test preparation
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [14]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node_version }}
- name: npm install and run prepare
run: |
npm install
npm run prepare