Commit a99edd2f by dependabot[bot] Committed by GitHub

Bump actions/setup-node from v1 to v2.1.4 (#29891)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v1...c46424eee26de4078d34105d3de3cc4992202b1e)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent b2ce2e72
......@@ -15,7 +15,7 @@ jobs:
repository: "grafana/grafana-github-actions"
path: ./actions
ref: main
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2.1.4
with:
node-version: '14'
- name: Install Actions
......
......@@ -21,7 +21,7 @@ jobs:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: generate-packages-docs
uses: actions/setup-node@v1
uses: actions/setup-node@v2.1.4
id: generate-docs
with:
node-version: '14'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment