Compare commits
2 Commits
inf-769
...
jenkins/dr
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8130f8d1a3 | ||
|
|
ac77b7f4e0 |
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -2,16 +2,16 @@ name: Default CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
- '**'
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node: [12, 14, 16]
|
||||
node: [16]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
25654
package-lock.json
generated
25654
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user