diff --git a/.github/workflows/ort.yml b/.github/workflows/ort.yml index 6ee4328d1a..025f74a2a8 100644 --- a/.github/workflows/ort.yml +++ b/.github/workflows/ort.yml @@ -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/ @@ -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