From 68371fa78aa30d55ab5f0f3722089a2fcf9826d2 Mon Sep 17 00:00:00 2001 From: Seppe Dekeyser Date: Sun, 19 May 2024 10:30:51 +0200 Subject: [PATCH] Bump node and pnpm versions in actions --- .github/workflows/canary.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .github/workflows/tests.yml | 10 +++++----- package.json | 2 +- pnpm-lock.yaml | 30 +++++++++++++++++++++++++++--- 5 files changed, 37 insertions(+), 13 deletions(-) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 57562aa10d..92c3d8c39d 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -35,13 +35,13 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16.17.0 + node-version: 20.13.1 - uses: pnpm/action-setup@v2.0.1 name: Install pnpm id: pnpm-install with: - version: 7 + version: 8 - name: Install dependencies run: pnpm install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22a5aa817b..71afa55e30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,13 +33,13 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16.17.0 + node-version: 20.13.1 - uses: pnpm/action-setup@v2.0.1 name: Install pnpm id: pnpm-install with: - version: 7 + version: 8 - name: Install dependencies run: pnpm install diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fc118bddeb..f4df70ce60 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16.17.0 + node-version: 20.13.1 - uses: pnpm/action-setup@v2.0.1 name: Install pnpm @@ -63,7 +63,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16.17.0 + node-version: 20.13.1 - uses: pnpm/action-setup@v2.0.1 name: Install pnpm @@ -106,7 +106,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16.17.0 + node-version: 20.13.1 - uses: pnpm/action-setup@v2.0.1 name: Install pnpm @@ -160,7 +160,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16.17.0 + node-version: 20.13.1 # pnpm @@ -225,7 +225,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16.17.0 + node-version: 20.13.1 - uses: pnpm/action-setup@v2.0.1 name: Install pnpm diff --git a/package.json b/package.json index 8b8990b576..315e1c4dc9 100755 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@changesets/changelog-git": "^0.1.14", "@changesets/changelog-github": "^0.4.8", "@changesets/cli": "^2.26.0", - "@playwright/test": "1.30.0", + "@playwright/test": "1.44.0", "@theguild/eslint-config": "^0.8.0", "@trivago/prettier-plugin-sort-imports": "^4.0.0", "@types/react": "^18.2.22", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7b70b7c56e..5bd9fd04e9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -34,8 +34,8 @@ importers: specifier: ^2.26.0 version: 2.26.0 '@playwright/test': - specifier: 1.30.0 - version: 1.30.0 + specifier: 1.44.0 + version: 1.44.0 '@theguild/eslint-config': specifier: ^0.8.0 version: 0.8.0(eslint@8.57.0)(typescript@4.9.4) @@ -2994,6 +2994,14 @@ packages: playwright: 1.42.1 dev: true + /@playwright/test@1.44.0: + resolution: {integrity: sha512-rNX5lbNidamSUorBhB4XZ9SQTjAqfe5M+p37Z8ic0jPFBMo5iCtQz1kRWkEMg+rYOKSlVycpQmpqjSFq7LXOfg==} + engines: {node: '>=16'} + hasBin: true + dependencies: + playwright: 1.44.0 + dev: true + /@polka/url@1.0.0-next.21: resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==} @@ -9944,6 +9952,12 @@ packages: hasBin: true dev: true + /playwright-core@1.44.0: + resolution: {integrity: sha512-ZTbkNpFfYcGWohvTTl+xewITm7EOuqIqex0c7dNZ+aXsbrLj0qI8XlGKfPpipjm0Wny/4Lt4CJsWJk1stVS5qQ==} + engines: {node: '>=16'} + hasBin: true + dev: true + /playwright@1.42.1: resolution: {integrity: sha512-PgwB03s2DZBcNRoW+1w9E+VkLBxweib6KTXM0M3tkiT4jVxKSi6PmVJ591J+0u10LUrgxB7dLRbiJqO5s2QPMg==} engines: {node: '>=16'} @@ -9954,6 +9968,16 @@ packages: fsevents: 2.3.2 dev: true + /playwright@1.44.0: + resolution: {integrity: sha512-F9b3GUCLQ3Nffrfb6dunPOkE5Mh68tR7zN32L4jCk4FjQamgesGay7/dAAe1WaMEGV04DkdJfcJzjoCKygUaRQ==} + engines: {node: '>=16'} + hasBin: true + dependencies: + playwright-core: 1.44.0 + optionalDependencies: + fsevents: 2.3.2 + dev: true + /pluralize@8.0.0: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} engines: {node: '>=4'} @@ -10256,7 +10280,7 @@ packages: /puppeteer@1.20.0: resolution: {integrity: sha512-bt48RDBy2eIwZPrkgbcwHtb51mj2nKvHOPMaSH2IsWiv7lOG9k9zhaRzpDZafrk05ajMc3cu+lSQYYOfH2DkVQ==} engines: {node: '>=6.4.0'} - deprecated: < 21.9.0 is no longer supported + deprecated: < 22.5.0 is no longer supported requiresBuild: true dependencies: debug: 4.3.4(supports-color@9.3.1)