Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 2.2.0 to 2.3.0 (hyperledger…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 21, 2021
1 parent b076d6d commit 7008d91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bbs-interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id: go

- name: Setup Node.js
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.3.0
with:
node-version: 12.14.x
registry-url: "https://npm.pkg.github.com"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
id: go

- name: Setup Node.js
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.3.0
with:
node-version: 12.14.x
registry-url: "https://npm.pkg.github.com"
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
id: go

- name: Setup Node.js
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.3.0
with:
node-version: 12.14.x
registry-url: "https://npm.pkg.github.com"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: go

- name: Setup node
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.3.0
with:
node-version: '16.x'

Expand Down

0 comments on commit 7008d91

Please sign in to comment.