Skip to content

Commit b1b4e93

Browse files
authored
chore(circle-ci): update Node orb (#15564)
1 parent 2c13d85 commit b1b4e93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases:
1212
app-dir: ~/jest
1313

1414
orbs:
15-
node: circleci/node@5.2.0
15+
node: circleci/node@7.1.0
1616

1717
jobs:
1818
test-node:
@@ -58,5 +58,5 @@ workflows:
5858
name: test-node-partial-<< matrix.node-version >>
5959
matrix:
6060
parameters:
61-
node-version: ['16', '18', '20', '21']
61+
node-version: ['16', '18', '20', '21', '22']
6262
- test-jest-jasmine

0 commit comments

Comments
 (0)