Skip to content

Commit

Permalink
Update actions/setup-node action to v3 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Mar 8, 2022
1 parent e8a296e commit 689d464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: go mod download

- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with: {node-version: '10.x'}
- name: Install bats
run: npm install -g bats@1.1.0
Expand Down

0 comments on commit 689d464

Please sign in to comment.