Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from v2-beta to v2.1.4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2-beta to v2.1.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2-beta...c46424e)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ohlsont committed Feb 16, 2021
1 parent df4b9fb commit 3299968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: ^1.15

- name: Setup Node
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v2.1.4
with:
node-version: 12

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
go-version: ^1.15

- name: Setup Node
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v2.1.4
with:
node-version: 12

Expand Down

0 comments on commit 3299968

Please sign in to comment.