Skip to content

Commit

Permalink
CI: Specify node version
Browse files Browse the repository at this point in the history
  • Loading branch information
javan committed Aug 8, 2019
1 parent 0de1022 commit 7078c26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
test:
docker:
- image: circleci/node:latest
- image: circleci/node:12.4.0
steps:
- checkout
- run:
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,5 +1,7 @@
dist: trusty
sudo: false
language: node_js
node_js: "12.4.0"
cache:
- yarn
script: scripts/autopublish.sh
Expand Down

0 comments on commit 7078c26

Please sign in to comment.