Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BoazBD committed Jan 20, 2025
1 parent 8799333 commit 010adff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
submodules: recursive

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.78
uses: dtolnay/rust-toolchain@1.82

- name: Build and install ORT
working-directory: ./ort/
Expand All @@ -98,10 +98,10 @@ jobs:
cat ~/.ort/config/config.yml
### NodeJS ###
- name: Set up Node.js 16.x
- name: Set up Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Create package.json file for the Node wrapper
uses: ./.github/workflows/node-create-package-file
Expand Down

0 comments on commit 010adff

Please sign in to comment.