File tree Expand file tree Collapse file tree 4 files changed +68
-17
lines changed Expand file tree Collapse file tree 4 files changed +68
-17
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- v24.8.0
1+ v24.10
You can’t perform that action at this time.
0 commit comments