Skip to content

Commit

Permalink
Merge pull request #728 from nucleos/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-3.0.0

Bump actions/setup-node from 2.5.1 to 3.0.0
  • Loading branch information
nucleos-bot authored Feb 25, 2022
2 parents 2356f4d + 7952d62 commit 6ea64f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: "actions/checkout@v2"

- name: "Using Node"
uses: "actions/setup-node@v2.5.1"
uses: "actions/setup-node@v3.0.0"

- name: "Install dependencies"
run: "yarn --cwd assets"
Expand Down

0 comments on commit 6ea64f0

Please sign in to comment.