Skip to content

Commit 8c62758

Browse files
committed
build(all) upgrade node from 12 -> 16
1 parent b1bcf85 commit 8c62758

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
docker_defaults: &docker_defaults
44
docker:
5-
- image: circleci/node:12-stretch-browsers
5+
- image: circleci/node:16-stretch-browsers
66
working_directory: ~/mt-link-javascript-sdk
77

88
attach_workspace: &attach_workspace

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
16

0 commit comments

Comments
 (0)