Skip to content

Commit

Permalink
Merge pull request #46 from pddg/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-node-2.5.1

Bump actions/setup-node from 2.5.0 to 2.5.1
  • Loading branch information
pddg authored Jan 5, 2022
2 parents 877f4fe + ae1b7d8 commit b861121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup node environment
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v2.5.1
with:
cache: npm
node-version: "16.x"
Expand Down

0 comments on commit b861121

Please sign in to comment.