Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 8359c7e

Browse files
patrickhulcejrolfs
authored andcommitted
chore: looser engines definition (#34)
1 parent dbac3d3 commit 8359c7e

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,7 +8,7 @@ branches:
88
- master
99
- next
1010
node_js:
11-
- node
11+
- v14
1212
- v12
1313
- v10
1414
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
"playwright": "^1.1.0"
6565
},
6666
"engines": {
67-
"node": "^10 || ^12 || ^13 || ^14"
67+
"node": ">=10"
6868
}
6969
}

0 commit comments

Comments
 (0)