Skip to content

Commit 13ebde4

Browse files
committed
debug
1 parent 188008a commit 13ebde4

File tree

6 files changed

+8
-36
lines changed

6 files changed

+8
-36
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
persist-credentials: false
1919
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2020
with:
21-
node-version: 24.11
21+
node-version: 22
2222
cache: "npm"
2323
- run: npm ci
2424
- run: npm run typecheck

.github/workflows/release-test-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: setup node
5050
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
5151
with:
52-
node-version: 24.11
52+
node-version: 22
5353

5454
# try earlier python version for appdmg
5555
# https://github.com/electron/forge/issues/3371#issuecomment-2105195302

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: setup node
3939
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
4040
with:
41-
node-version: 24.11
41+
node-version: 22
4242

4343
# try earlier python version for appdmg
4444
# https://github.com/electron/forge/issues/3371#issuecomment-2105195302

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v24.11
1+
v22

package-lock.json

Lines changed: 3 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": "github:grafana/k6-studio",
77
"main": ".vite/build/main.js",
88
"engines": {
9-
"node": "^24.11.0"
9+
"node": "^22.0.0"
1010
},
1111
"scripts": {
1212
"preinstall": "node install-k6.js",

0 commit comments

Comments
 (0)