mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-18 13:08:28 +02:00
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
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:
commit
8f4cde427b
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