Skip to content

Commit 9cdf118

Browse files
committed
fix: use node-9 in circleci till nuxt next release
1 parent ac070a1 commit 9cdf118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
22
jobs:
33
build: &build
44
docker:
5-
- image: circleci/node:latest
5+
- image: circleci/node:9
66
working_directory: ~/hare
77
# branches:
88
# only:

0 commit comments

Comments
 (0)