mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-18 13:08:28 +02:00
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:
parent
6d1dbcb599
commit
92a32056e4
1 changed files with 3 additions and 3 deletions
6
.github/actions/lit-setup/action.yml
vendored
6
.github/actions/lit-setup/action.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue