Skip to content

Commit

Permalink
Bump actions/setup-node to v2 (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 21, 2021
1 parent aeb1965 commit d80dc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sauce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 14
- name: Install
Expand Down

0 comments on commit d80dc65

Please sign in to comment.