Skip to content

Commit

Permalink
Bump actions/setup-node from 2.4.1 to 2.5.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.4.1...v2.5.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 29, 2021
1 parent 86bba50 commit 16d9cbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: nschloe/action-checkout-with-lfs-cache@v1

- name: setup node
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2.5.1
with:
node-version: "12.x"
registry-url: "https://registry.npmjs.org"
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
name: storybook-${{ github.sha }}

- name: setup node
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2.5.1
with:
node-version: "12.x"
registry-url: "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: nschloe/action-checkout-with-lfs-cache@v1

- name: setup node
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2.5.1
with:
node-version: "12.x"
registry-url: "https://registry.npmjs.org"
Expand Down

0 comments on commit 16d9cbc

Please sign in to comment.