mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-25 23:08:34 +00:00
ci: bump node
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Installing Node
|
- name: Installing Node
|
||||||
uses: actions/setup-node@v3.7.0
|
uses: actions/setup-node@v3.7.0
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 22
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
- name: Installing Node
|
- name: Installing Node
|
||||||
uses: actions/setup-node@v3.7.0
|
uses: actions/setup-node@v3.7.0
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 22
|
||||||
|
|
||||||
- run: rustup target add ${{matrix.rust_triple}}
|
- run: rustup target add ${{matrix.rust_triple}}
|
||||||
|
|
||||||
@@ -165,7 +165,7 @@ jobs:
|
|||||||
- name: Install Node
|
- name: Install Node
|
||||||
uses: actions/setup-node@v3.7.0
|
uses: actions/setup-node@v3.7.0
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 22
|
||||||
|
|
||||||
- run: rustup target add ${{matrix.rust_triple}}
|
- run: rustup target add ${{matrix.rust_triple}}
|
||||||
|
|
||||||
@@ -318,7 +318,7 @@ jobs:
|
|||||||
- name: Installing Node
|
- name: Installing Node
|
||||||
uses: actions/setup-node@v3.7.0
|
uses: actions/setup-node@v3.7.0
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 22
|
||||||
|
|
||||||
- run: npm i -g npx
|
- run: npm i -g npx
|
||||||
- run: rustup target add ${{matrix.rust_triple}}
|
- run: rustup target add ${{matrix.rust_triple}}
|
||||||
|
Reference in New Issue
Block a user