mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 13:59:08 +02:00
fixup ci cd triggers and node version
This commit is contained in:
2
.github/workflows/db_adapter_ci.yml
vendored
2
.github/workflows/db_adapter_ci.yml
vendored
@@ -1,7 +1,9 @@
|
||||
name: Database Adapter Continues Integration
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
paths:
|
||||
- "apps/db-adapter**"
|
||||
|
||||
|
2
.github/workflows/svelte_lint.yml
vendored
2
.github/workflows/svelte_lint.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '21.x'
|
||||
node-version: '22.x'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd ${{ inputs.working-directory }}
|
||||
|
2
.github/workflows/svelte_test.yml
vendored
2
.github/workflows/svelte_test.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '21.x'
|
||||
node-version: '22.x'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd ${{ inputs.working-directory }}
|
||||
|
Reference in New Issue
Block a user