Skip to content

Commit d6c36e3

Browse files
committed
chore(deps): update node orb to v5.1.0
1 parent 096803c commit d6c36e3

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
@@ -13,10 +13,10 @@ x-params:
1313
# Orbs are reusable packages of CircleCI configuration that you may share across projects, enabling you to create encapsulated, parameterized commands, jobs, and executors that can be used across multiple projects.
1414
# See: https://circleci.com/docs/2.0/orb-intro/
1515
orbs:
16-
node: circleci/node@5.0.3
16+
node: circleci/node@5.1.0
1717
knodes-typedoc-orb:
1818
orbs:
19-
node: circleci/node@5.0.3
19+
node: circleci/node@5.1.0
2020
commands:
2121
install:
2222
parameters:

0 commit comments

Comments
 (0)