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.
2 parents e7e314a + 6efe360 commit 792bd10Copy full SHA for 792bd10
.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
+ node-version: '24.x'
34
35
- name: Setup Sentry
36
run: |
.github/workflows/ci-github-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup Node.js
25
uses: actions/setup-node@v4
26
27
28
cache: 'npm'
29
- name: Install dependencies
0 commit comments