diff --git a/.github/workflows/argos.yml b/.github/workflows/argos.yml index 727cebcc4fa9..6673e3561456 100644 --- a/.github/workflows/argos.yml +++ b/.github/workflows/argos.yml @@ -32,7 +32,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: - node-version: 20 + node-version: lts/* - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/build-blog-only.yml b/.github/workflows/build-blog-only.yml index 2fdc977cba4d..2367cedfe521 100644 --- a/.github/workflows/build-blog-only.yml +++ b/.github/workflows/build-blog-only.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: - node-version: 20 + node-version: lts/* cache: yarn - name: Installation run: yarn diff --git a/.github/workflows/build-hash-router.yml b/.github/workflows/build-hash-router.yml index 25dcc7cf3500..849073bcea93 100644 --- a/.github/workflows/build-hash-router.yml +++ b/.github/workflows/build-hash-router.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: - node-version: '18' + node-version: lts/* cache: yarn - name: Installation run: yarn diff --git a/.github/workflows/build-perf.yml b/.github/workflows/build-perf.yml index 72061aad3be3..4f6af8aa53bb 100644 --- a/.github/workflows/build-perf.yml +++ b/.github/workflows/build-perf.yml @@ -40,7 +40,7 @@ jobs: - name: Set up Node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: - node-version: 20 + node-version: lts/* cache: yarn - name: Track build size changes uses: preactjs/compressed-size-action@f780fd104362cfce9e118f9198df2ee37d12946c # v2 @@ -64,6 +64,7 @@ jobs: - name: Set up Node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: + node-version: lts/* cache: yarn - name: Installation run: yarn diff --git a/.github/workflows/canary-release.yml b/.github/workflows/canary-release.yml index 10290cc51e9f..584e8a9f17c7 100644 --- a/.github/workflows/canary-release.yml +++ b/.github/workflows/canary-release.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: - node-version: 20 + node-version: lts/* cache: yarn - name: Prepare git run: | diff --git a/.github/workflows/continuous-releases.yml b/.github/workflows/continuous-releases.yml index 80c1841f7ab8..555c5a7a0df6 100644 --- a/.github/workflows/continuous-releases.yml +++ b/.github/workflows/continuous-releases.yml @@ -20,6 +20,12 @@ jobs: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - name: Set up Node + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + with: + node-version: lts/* + cache: yarn + - name: Installation run: yarn @@ -32,4 +38,4 @@ jobs: yarn create-docusaurus template/docusaurus-classic-ts classic --typescript -p npm - name: Release - run: npx pkg-pr-new publish './packages/*' --template './template/*' --compact --comment=off + run: npx pkg-pr-new@0.0.20 publish './packages/*' --template './template/*' --compact --comment=off diff --git a/.github/workflows/lighthouse-report.yml b/.github/workflows/lighthouse-report.yml index 0cbc14ff27d5..e6d57f52e512 100644 --- a/.github/workflows/lighthouse-report.yml +++ b/.github/workflows/lighthouse-report.yml @@ -26,7 +26,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: - node-version: 20 + node-version: lts/* - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e0ec7257ac1c..92056ec94078 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: - node-version: 20 + node-version: lts/* cache: yarn - name: Installation run: yarn diff --git a/.github/workflows/showcase-test.yml b/.github/workflows/showcase-test.yml index 1720cdf67641..58df59669b02 100644 --- a/.github/workflows/showcase-test.yml +++ b/.github/workflows/showcase-test.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: - node-version: 20 + node-version: lts/* cache: yarn - name: Installation run: yarn diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index f437e5441946..800bb11cf919 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['18.0', '20', '22.4'] + node: ['18.0', '20', '22'] steps: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/.github/workflows/tests-windows.yml b/.github/workflows/tests-windows.yml index c85cb97022b0..9206a597296a 100644 --- a/.github/workflows/tests-windows.yml +++ b/.github/workflows/tests-windows.yml @@ -27,7 +27,7 @@ jobs: runs-on: windows-latest strategy: matrix: - node: ['18.0', '20', '22.4'] + node: ['18.0', '20', '22'] steps: - name: Support longpaths run: git config --system core.longpaths true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4da67f2137fe..e885e8849fec 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['18.0', '20', '22.4'] + node: ['18.0', '20', '22'] steps: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1