Skip to content

Commit

Permalink
Merge 516752c into 599e136
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 16, 2020
2 parents 599e136 + 516752c commit 498a7a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
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: '12.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12

Expand Down

0 comments on commit 498a7a5

Please sign in to comment.