Skip to content

Commit 5c4bf62

Browse files
Jamie Rolfsjrolfs
authored andcommitted
feat: update Node compatibility to match Playwright 1.11
BREAKING CHANGE: drop support for Node 10
1 parent df6d18d commit 5c4bf62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ branches:
88
- main
99
- next
1010
node_js:
11+
- v16
1112
- v14
1213
- v12
13-
- v10
1414
env:
1515
- PLAYWRIGHT_OVERRIDE_VERSION=1.1.0
1616
- PLAYWRIGHT_OVERRIDE_VERSION=latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@
6565
"playwright": "^1.1.0"
6666
},
6767
"engines": {
68-
"node": ">=10"
68+
"node": ">=12"
6969
}
7070
}

0 commit comments

Comments
 (0)