From a6287a9bed0aea12b6259084d99efeccd9577459 Mon Sep 17 00:00:00 2001 From: James Prevett Date: Sat, 20 Jul 2024 14:04:58 -0500 Subject: [PATCH] Fix Node version- see https://github.com/npm/cli/issues/7672 --- .github/workflows/ci-single-platform.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-single-platform.yaml b/.github/workflows/ci-single-platform.yaml index 1d2e4329..b17962fc 100644 --- a/.github/workflows/ci-single-platform.yaml +++ b/.github/workflows/ci-single-platform.yaml @@ -19,7 +19,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.5.1 - name: Install dependencies run: npm install diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c87af50e..f97e25f9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: - name: Setup npm authenication uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.5.1 registry-url: https://registry.npmjs.org/ - name: Install dependencies