Skip to content

Commit 2bbdb0d

Browse files
authored
Upgrading toolchain (#179)
* Upgrading toolchain * Upgrading action versions Updating TS version * Updating yarn lock
1 parent 129caa4 commit 2bbdb0d

File tree

6 files changed

+409
-549
lines changed

6 files changed

+409
-549
lines changed

.github/workflows/docs.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ jobs:
1414
- name: Install latest Rust nightly
1515
uses: dtolnay/rust-toolchain@stable
1616
with:
17-
toolchain: nightly-2023-12-23
17+
toolchain: nightly-2024-02-23
1818
components: rustfmt, clippy
1919
- name: Install ghp-import
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
22-
python-version: 3.11
22+
python-version: 3.12
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install ghp-import
2727
- name: Set up Node
28-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v4
2929
with:
3030
node-version: 20
3131
- name: Build node reference

.github/workflows/test-js.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install latest Rust nightly
1919
uses: dtolnay/rust-toolchain@stable
2020
with:
21-
toolchain: nightly-2023-12-23
21+
toolchain: nightly-2024-02-23
2222
components: rustfmt, clippy
2323
- run: yarn --version
2424
- name: Install Node Dependencies
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install latest Rust nightly
4444
uses: dtolnay/rust-toolchain@stable
4545
with:
46-
toolchain: nightly-2023-12-23
46+
toolchain: nightly-2024-02-23
4747
components: rustfmt, clippy
4848
- name: Bun version
4949
uses: oven-sh/setup-bun@v1

bun.lockb

129 KB
Binary file not shown.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"source-map-support": "^0.5.21",
6565
"ts-jest": "^29.1.2",
6666
"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"
6969
},
7070
"packageManager": "[email protected]",
7171
"workspaces": [

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2023-12-23
1+
nightly-2024-02-23

0 commit comments

Comments
 (0)