From 37e81da4646166371c0764a80161d793bd2fa54b Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Tue, 13 May 2025 08:03:48 -0700 Subject: [PATCH] Minor updates to CI workflows --- .github/dependabot.yml | 9 +++------ .github/workflows/ci-suite.yaml | 6 ++++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d3914a..ee1f912 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,19 +5,16 @@ updates: directory: "/" schedule: interval: monthly - assignees: - - PHLAK + assignees: [PHLAK] - package-ecosystem: npm directory: "/" schedule: interval: monthly - assignees: - - PHLAK + assignees: [PHLAK] - package-ecosystem: github-actions directory: "/" schedule: interval: monthly - assignees: - - PHLAK + assignees: [PHLAK] diff --git a/.github/workflows/ci-suite.yaml b/.github/workflows/ci-suite.yaml index ca34e13..24fb206 100644 --- a/.github/workflows/ci-suite.yaml +++ b/.github/workflows/ci-suite.yaml @@ -14,7 +14,8 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - name: Setup Node + uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }} cache: 'npm' @@ -33,7 +34,8 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - name: Setup Node + uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }} cache: 'npm'