github: bump node version for lit-setup action

Bump the node version for the lit-setup action to 24.X as the required
node version has been updated for the litd `master` branch.
This commit is contained in:
Viktor Torstensson 2026-08-17 23:10:57 +02:00
parent 6d1dbcb599
commit 92a32056e4
No known key found for this signature in database
GPG key ID: 961CC8259AE675D4

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