From 860ea1a10530d3924198c408b64e2a5028f0fb73 Mon Sep 17 00:00:00 2001 From: sverweij Date: Sat, 17 Aug 2024 13:26:18 +0200 Subject: [PATCH] Revert "Reapply "fix(ci): runs release & prelease on node 22.4.x instead of 22.x to circumvent issue with 22.5 + npm 10.8.2"" This reverts commit 0bd2390ea1ad9343fad6284b1588825fa50418d5. --- .github/workflows/prerelease.yml | 5 +---- .github/workflows/release.yml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index d3372583c..350227106 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -13,10 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - # node-version: 22.x - # there's an issue with npm ci + npm 10.8.2 + node 22.5.0, so - # temporarily pinning to 22.4.x - see https://github.com/npm/cli/issues/7657 - node-version: 22.4.x + node-version: 22.x registry-url: https://registry.npmjs.org - run: npm clean-install - run: npm publish --provenance --access public --tag beta diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 407ed15d3..d9441ac26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,10 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - # node-version: 22.x - # there's an issue with npm ci + npm 10.8.2 + node 22.5.0, so - # temporarily pinning to 22.4.x - see https://github.com/npm/cli/issues/7657 - node-version: 22.4.x + node-version: 22.x registry-url: https://registry.npmjs.org - run: npm clean-install - run: npm publish --provenance --access public