Skip to content

Commit b4b1a78

Browse files
ci: fix build
1 parent bcb7871 commit b4b1a78

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
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/node:8.9.4
10+
- image: circleci/node:12
1111

1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images

.nvmrc

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

0 commit comments

Comments
 (0)