Skip to content

Commit 961ad55

Browse files
committed
build: update local/development Node version to 14
1 parent 5c4bf62 commit 961ad55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.18.4
1+
14.17.0

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ after_success:
2727
jobs:
2828
include:
2929
- stage: release
30-
node_js: 12
30+
node_js: 14
3131
env:
3232
- PLAYWRIGHT_OVERRIDE_VERSION=latest
3333
script: yarn ci-after-success

0 commit comments

Comments
 (0)