Skip to content

Commit 0bad0c8

Browse files
committed
chore(deps): update node orb to v5.1.1
1 parent 329a6e8 commit 0bad0c8

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/[email protected].0
16+
node: circleci/[email protected].1
1717
knodes-typedoc-orb:
1818
orbs:
19-
node: circleci/[email protected].0
19+
node: circleci/[email protected].1
2020
commands:
2121
install:
2222
parameters:

0 commit comments

Comments
 (0)