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