Update checked-in dependencies
This commit is contained in:
parent
46043e8a9e
commit
4a0d3378b1
21 changed files with 760 additions and 6 deletions
25
node_modules/eslint-plugin-no-only-tests/.github/workflows/nodejs.yml
generated
vendored
Normal file
25
node_modules/eslint-plugin-no-only-tests/.github/workflows/nodejs.yml
generated
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
name: Tests
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x, 12.x, 14.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: install
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Tests
|
||||
run: yarn run test
|
||||
env:
|
||||
CI: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue