From 98633c870027ad84e548a1bcc0a717b1856fbff0 Mon Sep 17 00:00:00 2001 From: martin frances Date: Fri, 16 Feb 2024 01:17:12 +0000 Subject: [PATCH] chore(ci): update node version for GitHub Actions (#2303) --- .github/workflows/run-cargo-make-task.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-cargo-make-task.yml b/.github/workflows/run-cargo-make-task.yml index 0de13d14ce..8aa6c879ea 100644 --- a/.github/workflows/run-cargo-make-task.yml +++ b/.github/workflows/run-cargo-make-task.yml @@ -55,9 +55,9 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 name: Install pnpm id: pnpm-install with: