]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
ci: update ci image
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 7 Jun 2022 14:23:43 +0000 (16:23 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Thu, 30 Jun 2022 07:59:00 +0000 (09:59 +0200)
circle.yml

index 099b2d2d54dcb82d947fd0d83f319c0a148d13de..281b5d904a894a5a1e08fbf114332d5c132e31bd 100644 (file)
@@ -7,7 +7,7 @@ version: 2.1
 defaults: &defaults
   working_directory: ~/project/vue-router
   docker:
-    - image: circleci/node:lts-browsers
+    - image: cimg/node:lts-browsers
 
 jobs:
   install: