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