diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0de8f87..dc58111 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,10 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v5 - - name: Use Node.js 22 + - name: Use Node.js 20 uses: actions/setup-node@v5 with: - node-version: '22' + node-version: '20' cache: 'npm' - name: Install dependencies run: npm ci diff --git a/package-lock.json b/package-lock.json index 0e7b891..6eb9858 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@playwright/cli", - "version": "0.1.10", + "version": "0.1.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@playwright/cli", - "version": "0.1.10", + "version": "0.1.11", "license": "Apache-2.0", "dependencies": { "playwright": "1.60.0-alpha-1777669338000" diff --git a/package.json b/package.json index f51bf24..b214ee2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playwright/cli", - "version": "0.1.10", + "version": "0.1.11", "description": "Playwright CLI", "repository": { "type": "git",