Skip to content

Commit b364f82

Browse files
authored
Merge pull request #93 from hnez/rust-node-2025-05-07
ci: tacd,tacd-webui: Update node and rust versions to those in yocto walnascar
2 parents 588a7e0 + 2743c89 commit b364f82

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/tacd-daemon.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
fail-fast: false # Run against all versions even if one fails
4646
matrix:
4747
version:
48-
- "1.75" # Yocto scarthgap
49-
- "1.79" # Yocto styhead
48+
- "1.84" # Yocto walnascar
5049
- "nightly"
5150
name: cargo check
5251
runs-on: ubuntu-latest

.github/workflows/tacd-webui.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
- uses: actions/setup-node@v4
3232
with:
33-
node-version: 20.17.0
33+
node-version: 22.15.0
3434
- run: npx prettier@=3.3.3 --check .
3535

3636
license:
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v4
4444
- uses: actions/setup-node@v4
4545
with:
46-
node-version: 20.17.0
46+
node-version: 22.15.0
4747
- name: npx license-checker
4848
run: >
4949
npx license-checker --summary --excludePrivatePackages --onlyAllow
@@ -54,8 +54,7 @@ jobs:
5454
fail-fast: false # Run against all versions even if one fails
5555
matrix:
5656
version:
57-
- "20.12.2" # Yocto scarthgap
58-
- "20.17.0" # Yocto styhead
57+
- "22.14.0" # Yocto walnascar
5958
name: npm run build
6059
runs-on: ubuntu-latest
6160
defaults:
@@ -79,6 +78,6 @@ jobs:
7978
- uses: actions/checkout@v4
8079
- uses: actions/setup-node@v4
8180
with:
82-
node-version: 20.17.0
81+
node-version: 22.15.0
8382
- run: npm ci
8483
- run: npm run test

0 commit comments

Comments
 (0)