Skip to content

Commit

Permalink
build(0.1.18): update node image
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeralbinoi committed Jan 6, 2020
1 parent 760b2a1 commit 4e082ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2
defaults: &defaults
working_directory: ~/lazyload-vue
docker:
- image: circleci/node:8.9.1
- image: circleci/node:10.18.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lazyload-vue",
"version": "0.1.17",
"version": "0.1.18",
"license": "MIT",
"main": "dist/lazyload-vue.umd.js",
"scripts": {
Expand Down

0 comments on commit 4e082ed

Please sign in to comment.