Skip to content

Commit 8a1eb8c

Browse files
authored
chore: move repo to node lts version 24.10 (#2247)
1 parent f449914 commit 8a1eb8c

File tree

4 files changed

+68
-17
lines changed

4 files changed

+68
-17
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Setup nodejs
9999
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
100100
with:
101-
node-version: '24.8'
101+
node-version: '24'
102102

103103
- name: Download packed artifacts
104104
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
@@ -176,7 +176,7 @@ jobs:
176176
- name: Setup nodejs
177177
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
178178
with:
179-
node-version: '24.8'
179+
node-version: '24'
180180

181181
- name: Scaffold plugin using the earliest create-plugin version mentioned in migrations
182182
run: npx -y @grafana/create-plugin@5.27.1 --plugin-name='no-backend' --org-name='myorg' --plugin-type='panel'
@@ -290,8 +290,7 @@ jobs:
290290
- name: Setup nodejs
291291
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
292292
with:
293-
node-version: '24.8'
294-
registry-url: 'https://registry.npmjs.org'
293+
node-version: '24'
295294

296295
- name: Download packed artifacts
297296
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0

.nvmrc

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

0 commit comments

Comments
 (0)