Skip to content

Commit dbaed2c

Browse files
Ryan PedersenRyan Pedersen
authored andcommitted
updating command to correct one from orb
1 parent 54e9a5d commit dbaed2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
parallelism: 5
1111
steps:
1212
- checkout
13-
- node/install-yarn:
14-
pkg-manager: yarn
13+
- node/install-packages:
14+
pkg-manager: yarn
1515
- run: mkdir ~/junit
1616
- run:
1717
name: Test application

0 commit comments

Comments
 (0)