Aktueller Stand
This commit is contained in:
2
backend/node_modules/find-my-way/.github/dependabot.yml
generated
vendored
2
backend/node_modules/find-my-way/.github/dependabot.yml
generated
vendored
@@ -15,7 +15,7 @@ updates:
|
||||
# Prefix all commit messages with "chore: "
|
||||
prefix: "chore"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "monthly"
|
||||
open-pull-requests-limit: 10
|
||||
groups:
|
||||
# Production dependencies without breaking changes
|
||||
|
||||
25
backend/node_modules/find-my-way/.github/workflows/node.js.yml
generated
vendored
25
backend/node_modules/find-my-way/.github/workflows/node.js.yml
generated
vendored
@@ -18,37 +18,28 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
node-version:
|
||||
- 14
|
||||
- 16
|
||||
- 18
|
||||
- 20
|
||||
- 21
|
||||
- 22
|
||||
- 24
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
- macOS-latest
|
||||
exclude:
|
||||
- os: windows-latest
|
||||
node-version: 14
|
||||
- os: macos-latest
|
||||
node-version: 14
|
||||
- os: macos-latest
|
||||
node-version: 16
|
||||
- os: windows-latest
|
||||
node-version: 22
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
check-latest: true
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Install
|
||||
run: |
|
||||
npm install
|
||||
npm install --ignore-scripts
|
||||
|
||||
- name: Lint
|
||||
run: |
|
||||
@@ -72,6 +63,6 @@ jobs:
|
||||
pull-requests: write
|
||||
contents: write
|
||||
steps:
|
||||
- uses: fastify/github-action-merge-dependabot@9e7bfb249c69139d7bdcd8d984f9665edd49020b # v3.10.1
|
||||
- uses: fastify/github-action-merge-dependabot@e820d631adb1d8ab16c3b93e5afe713450884a4a # v3.11.1
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user