mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
GitHubActions: Update node version in github action (#29683)
This commit is contained in:
parent
609d61dece
commit
0e0ab8c9ef
2
.github/workflows/bump-version.yml
vendored
2
.github/workflows/bump-version.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
ref: main
|
ref: main
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: '14'
|
||||||
- name: Install Actions
|
- name: Install Actions
|
||||||
run: npm install --production --prefix ./actions
|
run: npm install --production --prefix ./actions
|
||||||
- name: Run bump version
|
- name: Run bump version
|
||||||
|
Loading…
Reference in New Issue
Block a user