Skip to content

Commit 2f4a29b

Browse files
committed
CI: downgrading node
1 parent 9119cd0 commit 2f4a29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run:
2020
name: Install Node.js
2121
command: |
22-
curl -fsSL https://deb.nodesource.com/setup_24.x | sudo -E bash -
22+
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
2323
sudo apt-get install -y nodejs
2424
2525
- run:

0 commit comments

Comments
 (0)