mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-16 11:04:03 +02:00
Minor updates to CI workflows
This commit is contained in:
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@@ -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]
|
||||
|
6
.github/workflows/ci-suite.yaml
vendored
6
.github/workflows/ci-suite.yaml
vendored
@@ -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'
|
||||
|
Reference in New Issue
Block a user