We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8c067 commit c02d892Copy full SHA for c02d892
.github/workflows/developer-tests.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Install Node.js and basedpyright
61
run: |
62
- curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
+ curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
63
apt-get install -y nodejs
64
npm install -g basedpyright
65
0 commit comments