Skip to content

Commit

Permalink
Merge pull request #621 from City-of-Helsinki/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-node-2.5.1

Bump actions/setup-node from 2.4.1 to 2.5.1
  • Loading branch information
VilleMiekkoja authored Jan 4, 2022
2 parents ede75fa + 16d9cbc commit bd3ced2
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 bd3ced2

Please sign in to comment.