File tree 2 files changed +5
-7
lines changed 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 45
45
fail-fast : false # Run against all versions even if one fails
46
46
matrix :
47
47
version :
48
- - " 1.75" # Yocto scarthgap
49
- - " 1.79" # Yocto styhead
48
+ - " 1.84" # Yocto walnascar
50
49
- " nightly"
51
50
name : cargo check
52
51
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 30
30
- uses : actions/checkout@v4
31
31
- uses : actions/setup-node@v4
32
32
with :
33
- node-version : 20.17 .0
33
+ node-version : 22.15 .0
34
34
- run : npx prettier@=3.3.3 --check .
35
35
36
36
license :
43
43
- uses : actions/checkout@v4
44
44
- uses : actions/setup-node@v4
45
45
with :
46
- node-version : 20.17 .0
46
+ node-version : 22.15 .0
47
47
- name : npx license-checker
48
48
run : >
49
49
npx license-checker --summary --excludePrivatePackages --onlyAllow
54
54
fail-fast : false # Run against all versions even if one fails
55
55
matrix :
56
56
version :
57
- - " 20.12.2" # Yocto scarthgap
58
- - " 20.17.0" # Yocto styhead
57
+ - " 22.14.0" # Yocto walnascar
59
58
name : npm run build
60
59
runs-on : ubuntu-latest
61
60
defaults :
79
78
- uses : actions/checkout@v4
80
79
- uses : actions/setup-node@v4
81
80
with :
82
- node-version : 20.17 .0
81
+ node-version : 22.15 .0
83
82
- run : npm ci
84
83
- run : npm run test
You can’t perform that action at this time.
0 commit comments