Skip to content

Commit

Permalink
Merge pull request #342 from JimmyBeldone/renovate/actions-setup-node…
Browse files Browse the repository at this point in the history
…-2.x

chore(deps): update actions/setup-node action to v2
  • Loading branch information
JimmyBeldone authored Jan 24, 2021
2 parents 88b7146 + c66c6fc commit 5bde4a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2

- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '14'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2

- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '14'

Expand Down

0 comments on commit 5bde4a7

Please sign in to comment.