Skip to content

Commit

Permalink
Upgrading toolchain (#179)
Browse files Browse the repository at this point in the history
* Upgrading toolchain

* Upgrading action versions
Updating TS version

* Updating yarn lock
  • Loading branch information
Bidek56 authored Mar 8, 2024
1 parent 129caa4 commit 2bbdb0d
Show file tree
Hide file tree
Showing 6 changed files with 409 additions and 549 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ jobs:
- name: Install latest Rust nightly
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2023-12-23
toolchain: nightly-2024-02-23
components: rustfmt, clippy
- name: Install ghp-import
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ghp-import
- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: Build node reference
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install latest Rust nightly
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2023-12-23
toolchain: nightly-2024-02-23
components: rustfmt, clippy
- run: yarn --version
- name: Install Node Dependencies
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Install latest Rust nightly
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2023-12-23
toolchain: nightly-2024-02-23
components: rustfmt, clippy
- name: Bun version
uses: oven-sh/setup-bun@v1
Expand Down
Binary file added bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"source-map-support": "^0.5.21",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typedoc": "^0.25.8",
"typescript": "5.3.3"
"typedoc": "^0.25.11",
"typescript": "5.4.2"
},
"packageManager": "[email protected]",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2023-12-23
nightly-2024-02-23
Loading

0 comments on commit 2bbdb0d

Please sign in to comment.