Skip to content

Commit

Permalink
Merge pull request #45 from TeoZosa/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-2.1.5

⬆️ Bump actions/setup-node from 1 to 2.1.5
  • Loading branch information
TeoZosa authored Jun 25, 2021
2 parents aa47898 + ff65cf5 commit 804d5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_log4brains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# yamllint disable-line rule:line-length
fetch-depth: 0 # required by Log4brains to work correctly (needs the whole Git history)
- name: Install Node
uses: actions/setup-node@v1
uses: actions/setup-node@v2.1.5
with:
node-version: "14"
- name: Install and Build Log4brains
Expand Down

0 comments on commit 804d5e8

Please sign in to comment.