Skip to content

Commit

Permalink
regenerate lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
fengkx committed Jun 1, 2021
1 parent 41a05a7 commit cd45aa1
Show file tree
Hide file tree
Showing 2 changed files with 1,199 additions and 2,748 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
name: Node CI

on:
push:
branches: master
pull_request:
branches:
- master
push:
branches: master
pull_request:
branches:
- master

jobs:
build:
build:
runs-on: ubuntu-latest

runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x]

strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x]

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, build, and test
run: |
npm i -g npm
npm ci
npm run build
npm test
env:
CI: true
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, build, and test
run: |
npm i -g npm
npm cache clean --force
npm ci
npm run build
npm test
env:
CI: true
Loading

0 comments on commit cd45aa1

Please sign in to comment.