Skip to content

Commit 7f3e1b8

Browse files
td-actionsgithub-actions[bot]
authored andcommitted
PLT-18405: Bump CircleCI orbs
1 parent 5c857f4 commit 7f3e1b8

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
command: yarn install
1212
name: Run yarn install
1313
orbs:
14-
node: circleci/node@7.1.0
14+
node: circleci/node@circleci/node@7.1.0
1515
version: 2.1
1616
workflows:
1717
test:

.circleci/config.yml.orig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
jobs:
2+
install:
3+
executor:
4+
name: node/default
5+
tag: '14.15.0'
6+
steps:
7+
- checkout
8+
- node/install-packages:
9+
pkg-manager: yarn
10+
- run:
11+
command: yarn install
12+
name: Run yarn install
13+
orbs:
14+
node: circleci/node@3.0.1
15+
version: 2.1
16+
workflows:
17+
test:
18+
jobs:
19+
- install

0 commit comments

Comments
 (0)