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'