Merge pull request #1201 from ViktorT-11/2026-08-bump-lit-node-version
Some checks are pending
CI / Commit Message (push) Waiting to run
CI / RPC compilation check (push) Waiting to run
CI / SQL compilation check (push) Waiting to run
CI / go mod check (push) Waiting to run
CI / build and lint code (push) Waiting to run
CI / verify that auto-generated documentation is up-to-date (push) Waiting to run
CI / run unit-test sqlite3 race (push) Waiting to run
CI / run unit-test postgres race (push) Waiting to run
CI / run LiT itests (push) Waiting to run
CI / run LiT unit tests (push) Waiting to run

github: bump node version for lit-setup action
This commit is contained in:
Boris Nagaev 2026-08-17 23:02:28 +00:00 committed by GitHub
commit 8f4cde427b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ runs:
- name: setup nodejs
uses: ./lightning-terminal/.github/actions/setup-node
with:
node-version: 16.x
node-version: 24.x
- name: Cache yarn dependencies
uses: actions/cache@v4
@ -49,9 +49,9 @@ runs:
path: |
~/.cache/yarn
lightning-terminal/app/node_modules
key: ${{ runner.os }}-lit-node16-${{ hashFiles('lightning-terminal/app/yarn.lock') }}
key: ${{ runner.os }}-lit-node24-${{ hashFiles('lightning-terminal/app/yarn.lock') }}
restore-keys: |
${{ runner.os }}-lit-node16-
${{ runner.os }}-lit-node24-
- name: install LiT app dependencies
working-directory: ./lightning-terminal/app