File tree 6 files changed +409
-549
lines changed
6 files changed +409
-549
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,18 @@ jobs:
14
14
- name : Install latest Rust nightly
15
15
uses : dtolnay/rust-toolchain@stable
16
16
with :
17
- toolchain : nightly-2023-12 -23
17
+ toolchain : nightly-2024-02 -23
18
18
components : rustfmt, clippy
19
19
- name : Install ghp-import
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
21
21
with :
22
- python-version : 3.11
22
+ python-version : 3.12
23
23
- name : Install dependencies
24
24
run : |
25
25
python -m pip install --upgrade pip
26
26
pip install ghp-import
27
27
- name : Set up Node
28
- uses : actions/setup-node@v3
28
+ uses : actions/setup-node@v4
29
29
with :
30
30
node-version : 20
31
31
- name : Build node reference
Original file line number Diff line number Diff line change 18
18
- name : Install latest Rust nightly
19
19
uses : dtolnay/rust-toolchain@stable
20
20
with :
21
- toolchain : nightly-2023-12 -23
21
+ toolchain : nightly-2024-02 -23
22
22
components : rustfmt, clippy
23
23
- run : yarn --version
24
24
- name : Install Node Dependencies
43
43
- name : Install latest Rust nightly
44
44
uses : dtolnay/rust-toolchain@stable
45
45
with :
46
- toolchain : nightly-2023-12 -23
46
+ toolchain : nightly-2024-02 -23
47
47
components : rustfmt, clippy
48
48
- name : Bun version
49
49
uses : oven-sh/setup-bun@v1
Original file line number Diff line number Diff line change 64
64
"source-map-support" : " ^0.5.21" ,
65
65
"ts-jest" : " ^29.1.2" ,
66
66
"ts-node" : " ^10.9.2" ,
67
- "typedoc" : " ^0.25.8 " ,
68
- "typescript" : " 5.3.3 "
67
+ "typedoc" : " ^0.25.11 " ,
68
+ "typescript" : " 5.4.2 "
69
69
},
70
70
"packageManager" :
" [email protected] " ,
71
71
"workspaces" : [
Original file line number Diff line number Diff line change 1
- nightly-2023-12 -23
1
+ nightly-2024-02 -23
You can’t perform that action at this time.
0 commit comments