From e1147ad2566bbfdbebc3c9a87912fc76c5419891 Mon Sep 17 00:00:00 2001 From: Gabriel Nordeborn Date: Sat, 21 Oct 2023 20:56:18 +0200 Subject: [PATCH] up stuff in ci --- .github/workflows/build-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 41f6f9f4..833f9148 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 18.x env: CI: true - name: Esy install @@ -66,7 +66,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x env: CI: true - name: Install esy @@ -126,7 +126,7 @@ jobs: submodules: "true" - uses: actions-rs/toolchain@v1 with: - toolchain: 1.64.0 + toolchain: 1.73.0 override: true target: ${{ matrix.target.target }} - name: Install packages