diff --git a/.github/workflows/ci-single-platform.yaml b/.github/workflows/ci-single-platform.yaml index b17962fc..1d2e4329 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.5.1 + node-version: 22 - name: Install dependencies run: npm install diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f97e25f9..c87af50e 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.5.1 + node-version: 22 registry-url: https://registry.npmjs.org/ - name: Install dependencies