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 14f0490 commit b4eb16dCopy full SHA for b4eb16d
.github/workflows/azure-deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Set up Node.js version
31
uses: actions/setup-node@v3
32
with:
33
- node-version: '24.x'
+ node-version: '22.x'
34
35
- name: Setup Sentry
36
run: |
.github/workflows/ci-github-tests.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Node.js
21
uses: actions/setup-node@v4
22
23
24
cache: 'npm'
25
26
- name: Install dependencies
0 commit comments