Skip to content

Commit 212b11d

Browse files
authored
chore: mark v0.1.11 (#395)
* chore(ci): downgrade Node.js from 22 to 20 * chore: mark v0.1.11
1 parent ab6ab40 commit 212b11d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v5
18-
- name: Use Node.js 22
18+
- name: Use Node.js 20
1919
uses: actions/setup-node@v5
2020
with:
21-
node-version: '22'
21+
node-version: '20'
2222
cache: 'npm'
2323
- name: Install dependencies
2424
run: npm ci

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/cli",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "Playwright CLI",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)