Skip to content

Commit

Permalink
Merge pull request #629 from bacongobbler/bump-setup-node
Browse files Browse the repository at this point in the history
bump setup-node to v2
  • Loading branch information
k8s-ci-robot committed Apr 7, 2021
2 parents f4aed6f + 4e089e2 commit a3e1501
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 @@ -15,7 +15,7 @@ jobs:
name: Node ${{ matrix.node }} validation
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
# Pre-check to validate that versions match between package.json
Expand Down

0 comments on commit a3e1501

Please sign in to comment.