From 62501c435be7d52f5a7a298bde28ba25dcb86c9a Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 11 Nov 2024 11:41:33 -0400 Subject: [PATCH] install newer version of node when creating release --- .github/workflows/ci-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 424476e1b37..9345f54df56 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -93,10 +93,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Use Node.js 18.14.0 + - name: Install NodeJS uses: actions/setup-node@v4 with: - node-version: 18.14.0 + node-version-file: '.node-version' cache: yarn - name: Download all artifacts