From 0fb9a6a6ea9e9150e6fd19778160f334a539b09e Mon Sep 17 00:00:00 2001 From: FND Date: Sat, 26 Feb 2022 12:24:05 +0100 Subject: [PATCH] tweaked CI configuration --- .github/dependabot.yaml | 19 ++++++++----------- .github/workflows/tests.yaml | 4 ++-- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 5dd4d4b..0d2b767 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,13 +1,10 @@ version: 2 updates: - # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - - # Maintain dependencies for npm - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index be2fabd..7ca2e20 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -11,8 +11,8 @@ jobs: - 16.x - 17.x steps: - - uses: actions/checkout@v2.4.0 - - uses: actions/setup-node@v2.5.1 + - uses: actions/checkout@v2 + - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - run: npm install-test