Skip to content

Commit 680212f

Browse files
authored
use latest node in CircleCI (#68)
1 parent 6e4e79f commit 680212f

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- v1-dependencies-{{ checksum "package.json" }}
1313
- v1-dependencies-
1414
- run: npx envinfo
15+
- run: npm i -g n && n latest
1516
- run: yarn
1617
- run: yarn release --linux --win
1718
- save_cache:

babel.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
presets: ["@vue/cli-plugin-babel/preset"]
3-
};
2+
presets: ['@vue/cli-plugin-babel/preset'],
3+
}

jest.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
preset: "@vue/cli-plugin-unit-jest"
3-
};
2+
preset: '@vue/cli-plugin-unit-jest',
3+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@vue/eslint-config-prettier": "^5.0.0",
3636
"@vue/test-utils": "1.0.0-beta.29",
3737
"electron": "7.1.1",
38+
"babel-eslint": "^10.0.3",
3839
"eslint": "6.6.0",
3940
"eslint-plugin-prettier": "^3.1.1",
4041
"eslint-plugin-vue": "^6.0.0",

src/components/LandingPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default {
9393
`https://www.google.com/search?q=${params.selectionText}&&client=electron-devdocs-by-daniel-geng`
9494
)
9595
},
96-
}
96+
},
9797
],
9898
})
9999
})

0 commit comments

Comments
 (0)