From 82ebf7653bdeb750cc37704f6fad71620b38695d Mon Sep 17 00:00:00 2001 From: Jacco van den Berg Date: Thu, 14 Sep 2023 15:20:57 +0200 Subject: [PATCH] Update node checkout and version (#11498) * Add min extension to umd build * Update node checkout and runtime versions * remove unsaved code --- .github/workflows/ci.yml | 4 ++-- .github/workflows/compressed-size.yml | 4 ++-- .github/workflows/deploy-docs.yml | 4 ++-- .github/workflows/release.yml | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d949bb51c1a..064650d0fe5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,12 +30,12 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.4.0 - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: pnpm - uses: dorny/paths-filter@v2 id: changes diff --git a/.github/workflows/compressed-size.yml b/.github/workflows/compressed-size.yml index e06e2c7a1cf..aaa334f3aa0 100644 --- a/.github/workflows/compressed-size.yml +++ b/.github/workflows/compressed-size.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.4.0 - uses: preactjs/compressed-size-action@v2 with: @@ -25,7 +25,7 @@ jobs: size-limit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.4.0 - uses: andresz1/size-limit-action@master with: diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 408a3caf2ca..2feca135122 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -23,12 +23,12 @@ jobs: needs: correct_repository runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.4.0 - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: pnpm - name: Package & Deploy Docs run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e36b304f1c..2f2c8773eb7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,12 +26,12 @@ jobs: needs: setup runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.4.0 - uses: actions/setup-node@v3 with: registry-url: https://registry.npmjs.org/ - node-version: 16 + node-version: 20 cache: pnpm - name: Setup and build run: | @@ -71,12 +71,12 @@ jobs: runs-on: ubuntu-latest if: "!github.event.release.prerelease" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.4.0 - uses: actions/setup-node@v3 with: registry-url: https://registry.npmjs.org/ - node-version: 16 + node-version: 20 cache: pnpm - name: Setup and build run: |