mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +02:00
chore: update GitHub Actions workflows to use Node.js 22.x and enhance connection indicator styling in SurfSense plugin
This commit is contained in:
parent
3b38daaca5
commit
3b7f27cff9
4 changed files with 10 additions and 10 deletions
7
.github/workflows/obsidian-plugin-lint.yml
vendored
7
.github/workflows/obsidian-plugin-lint.yml
vendored
|
|
@ -25,17 +25,12 @@ jobs:
|
|||
defaults:
|
||||
run:
|
||||
working-directory: surfsense_obsidian
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node-version: [20.x, 22.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
node-version: 22.x
|
||||
cache: npm
|
||||
cache-dependency-path: surfsense_obsidian/package-lock.json
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue