Skip to content

Commit c02d892

Browse files
committed
fix pipeline ci failure
1 parent 3e8c067 commit c02d892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/developer-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Install Node.js and basedpyright
6161
run: |
62-
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
62+
curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
6363
apt-get install -y nodejs
6464
npm install -g basedpyright
6565

0 commit comments

Comments
 (0)