From fee857a0f6ed9e13f4953ffa22266fe61eac1c1b Mon Sep 17 00:00:00 2001 From: Eugene Date: Wed, 8 Jan 2025 11:57:04 +0100 Subject: [PATCH] ci: bump node --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c73112b7..c3dc6763 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - name: Installing Node uses: actions/setup-node@v3.7.0 with: - node-version: 18 + node-version: 22 - name: Install deps run: | @@ -56,7 +56,7 @@ jobs: - name: Installing Node uses: actions/setup-node@v3.7.0 with: - node-version: 18 + node-version: 22 - run: rustup target add ${{matrix.rust_triple}} @@ -165,7 +165,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3.7.0 with: - node-version: 18 + node-version: 22 - run: rustup target add ${{matrix.rust_triple}} @@ -318,7 +318,7 @@ jobs: - name: Installing Node uses: actions/setup-node@v3.7.0 with: - node-version: 18 + node-version: 22 - run: npm i -g npx - run: rustup target add ${{matrix.rust_triple}}