Skip to content

Commit 4360d56

Browse files
committed
ci: use non-reserved command name
1 parent 62625b2 commit 4360d56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ commands:
4242
key: v{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ arch }}-npm-lock-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "yarn.lock" }}
4343
paths:
4444
- node_modules
45-
run:
45+
run-node:
4646
steps:
4747
- checkout
4848
- restore_cache:
@@ -60,17 +60,17 @@ jobs:
6060
docker:
6161
- image: node:8
6262
steps:
63-
- run
63+
- run-node
6464
v10:
6565
docker:
6666
- image: node:10
6767
steps:
68-
- run
68+
- run-node
6969
v12:
7070
docker:
7171
- image: node:12
7272
steps:
73-
- run
73+
- run-node
7474

7575
workflows:
7676
node:

0 commit comments

Comments
 (0)