Skip to content

Commit 647c053

Browse files
committed
test
1 parent 3ee3d07 commit 647c053

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.circleci/config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: 2.1
22

33
orbs:
44
gusto: gusto/[email protected]
5+
node: circleci/[email protected]
56

67
commands:
78
yarn-install:
@@ -11,9 +12,10 @@ commands:
1112
keys:
1213
- yarn-packages-{{ checksum "yarn.lock" }}
1314
name: Restore Yarn Package Cache
14-
- run:
15-
name: Install Yarn 4.5.3
16-
command: npm install -g [email protected]
15+
- node/install:
16+
node-version: '22.11.0'
17+
- node/install-yarn:
18+
version: '4.5.3'
1719
- run:
1820
command: yarn && git diff --exit-code yarn.lock
1921
name: Install dependencies

0 commit comments

Comments
 (0)