Skip to content

Commit 60af75d

Browse files
renovate-botKeen Yee Liau
authored andcommitted
chore(deps): update node orb to v3
1 parent 389d50c commit 60af75d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
version: 2.1
22
orbs:
3-
node: circleci/node@2.1.1
3+
node: circleci/node@3.0.0
44
jobs:
55
build-and-test:
66
executor:
77
name: node/default
8-
tag: '12.16'
8+
tag: '12.18'
99
steps:
1010
- checkout
1111
- node/install-packages:
1212
pkg-manager: yarn
13-
cache-key: yarn.lock
1413
- run: scripts/lint.sh
1514
- run: scripts/format.sh
1615
- run: scripts/build.sh

0 commit comments

Comments
 (0)