8000 chore: use circleci node image · vuejs/rollup-plugin-vue@4de028c · GitHub
[go: up one dir, main page]

Skip to content
8000
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 4de028c

Browse files
committed
chore: use circleci node image
1 parent 40087fd commit 4de028c

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
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/project
55
docker:
6-
- image: alekzonder/puppeteer # base pluginImage: node/8-slim
6+
- image: circleci/node:12-browsers
77
steps:
88
- checkout
99
- run:

0 commit comments

Comments
 (0)
0