diff options
| author | Johannes Theiner <[email protected]> | 2025-07-04 13:29:58 +0200 |
|---|---|---|
| committer | Johannes Theiner <[email protected]> | 2025-07-04 13:29:58 +0200 |
| commit | fa2fac56beb6e3f1b7e2e811fe018195f2308f4a (patch) | |
| tree | a48ee20a81ff95cdb4f4e645563ed4332e8173c2 /.github | |
| parent | e0485eb3ba11fdc7a207484169928257e53c742c (diff) | |
| download | ai-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.yml | 2 |
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: |
