Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 4, 2024
1 parent 5505f2e commit 64e46d0
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 64e46d0

Please sign in to comment.