Minor updates to CI workflows

This commit is contained in:
Chris Kankiewicz
2025-05-13 08:03:48 -07:00
parent 3c915f82be
commit 37e81da464
2 changed files with 7 additions and 8 deletions

View File

@@ -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]

View File

@@ -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'