Skip to content

Commit a233c9a

Browse files
committed
Specify node version in netlify
1 parent e03ca69 commit a233c9a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
build:
55
docker:
6-
- image: circleci/node:10
6+
- image: circleci/node:12
77

88
working_directory: ~/repo
99

.node-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12

0 commit comments

Comments
 (0)