Skip to content

Commit

Permalink
Merge pull request sundowndev#587 from sundowndev/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/setup-node-v2.1.2

fix(deps): bump actions/setup-node from v1 to v2.1.2
  • Loading branch information
sundowndev authored Dec 2, 2020
2 parents c9a6c16 + 83aa949 commit 320f80b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go get -v -t -d ./...
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2.1.2
with:
node-version: 12.18.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2.1.2
with:
node-version: ${{ matrix.node-version }}
- name: Install & lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: git fetch --prune --unshallow

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2.1.2
with:
node-version: 12.16.x

Expand Down

0 comments on commit 320f80b

Please sign in to comment.