mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Update detect-breaking-changes
workflow to use node 20 (#77459)
* attempt to fix levitate workflow * add comment to force levitate to run * update node version in levitate workflow * change to test levitate * remove dummy comment
This commit is contained in:
parent
2b9c929315
commit
5f6d15d912
@ -24,7 +24,7 @@ jobs:
|
|||||||
path: './pr'
|
path: './pr'
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16.16.0
|
node-version: 20.9.0
|
||||||
|
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
@ -72,7 +72,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16.16.0
|
node-version: 20.9.0
|
||||||
|
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
|
Loading…
Reference in New Issue
Block a user