Skip to content

Commit

Permalink
Merge 8720b46 into ad9ac38
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 20, 2024
2 parents ad9ac38 + 8720b46 commit 580647e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Use Node.js 16.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
git config user.name "github-action"
git config user.email "github-action@noreply.github.com"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16'
cache: yarn
Expand Down

0 comments on commit 580647e

Please sign in to comment.