summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorJohannes Theiner <[email protected]>2025-07-04 13:29:58 +0200
committerJohannes Theiner <[email protected]>2025-07-04 13:29:58 +0200
commitfa2fac56beb6e3f1b7e2e811fe018195f2308f4a (patch)
treea48ee20a81ff95cdb4f4e645563ed4332e8173c2 /.github
parente0485eb3ba11fdc7a207484169928257e53c742c (diff)
downloadai-pulse-obsidian-plugin-fa2fac56beb6e3f1b7e2e811fe018195f2308f4a.tar.gz
ai-pulse-obsidian-plugin-fa2fac56beb6e3f1b7e2e811fe018195f2308f4a.zip
Remove node 18 from action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 685cf90..eb63ce2 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
- node-version: [18.x, 20.x, 22.x]
+ node-version: [20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: