Skip to content

Commit

Permalink
Merge pull request #261 from iamvishnusankar/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-node-2.5.1

Bump actions/setup-node from 1 to 2.5.1
  • Loading branch information
iamvishnusankar committed Jan 12, 2022
2 parents 0bb9ef7 + f39f4c7 commit 3e38c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v2.5.1
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit 3e38c0e

Please sign in to comment.