Skip to content

Commit

Permalink
Merge branch 'master' into final-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 authored Nov 25, 2020
2 parents 6112b21 + 2f74c81 commit 06d1438
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/node-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Node versions
on:
schedule:
- cron: 0 0 * * *

jobs:
get-node-versions:
runs-on: ubuntu-latest
Expand All @@ -20,6 +20,8 @@ jobs:
node-version: ${{ matrix.node }}

- uses: actions/checkout@v2
with:
submodules: recursive

- id: set-matrix
run: echo "::set-output name=matrix::$(npx testable-node-versions)"
Expand All @@ -36,6 +38,8 @@ jobs:
node-version: ${{ matrix.node }}

- uses: actions/checkout@v2
with:
submodules: recursive

- run: npm install
- run: npm run build
Expand Down

0 comments on commit 06d1438

Please sign in to comment.