chore: Updated workflows
This commit is contained in:
parent
a085de71fd
commit
ea5c221d95
62 changed files with 142 additions and 234 deletions
6
.github/workflows/tests.examples.yml
vendored
6
.github/workflows/tests.examples.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
paths: &files
|
||||
- 'packages/examples/src/**.js'
|
||||
- 'packages/examples/config/**.js'
|
||||
- 'packages/examples/tests/**.js'
|
||||
- 'packages/examples/rollup.config.js'
|
||||
pull_request:
|
||||
paths: *files
|
||||
|
@ -17,14 +18,13 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
- name: Setup Node.js $
|
||||
- name: Setup Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: $
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Install dependencies
|
||||
env:
|
||||
CI: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue