Skip to content

Commit 9129e2c

Browse files
committed
updates
1 parent 4f398b7 commit 9129e2c

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
@@ -41,10 +41,10 @@ jobs:
4141
- checkout
4242
- run:
4343
name: Install node 20
44-
command: nvm install 20.14.0
44+
command: nvm install 20.12.1
4545
- run:
4646
name: Use node 20
47-
command: nvm use 20.14.0
47+
command: nvm use 20.12.1
4848
- run:
4949
name: Install deps for code coverage
5050
command: npm ci

0 commit comments

Comments
 (0)