Skip to content

Commit 4eae081

Browse files
renovate-botayazhafiz
authored andcommitted
chore(deps): update node orb to v2
1 parent 121b8bc commit 4eae081

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
version: 2.1
22
orbs:
3-
node: circleci/node@1.1.6
3+
node: circleci/node@2.0.3
44
jobs:
55
build-and-test:
66
executor:
77
name: node/default
88
tag: '12.16'
99
steps:
1010
- checkout
11-
- node/with-cache:
12-
steps:
13-
- run: yarn install
14-
- run: scripts/lint.sh
15-
- run: scripts/format.sh
16-
- run: scripts/build.sh
17-
- run: scripts/test.sh
11+
- node/install-packages:
12+
pkg-manager: yarn
13+
cache-key: yarn.lock
14+
- run: scripts/lint.sh
15+
- run: scripts/format.sh
16+
- run: scripts/build.sh
17+
- run: scripts/test.sh
1818
workflows:
1919
build-and-test:
2020
jobs:

0 commit comments

Comments
 (0)