Skip to content

Commit

Permalink
chore(deps): update dependency node to v20.15.0 (#658)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 23, 2024
1 parent a2fae50 commit 20111ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.14.0
node-version: 20.15.0
cache: pnpm
registry-url: 'https://registry.npmjs.org'

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
},
"packageManager": "pnpm@9.4.0",
"engines": {
"node": "20.14.0",
"node": "20.15.0",
"pnpm": "9.4.0"
},
"volta": {
"node": "20.14.0",
"node": "20.15.0",
"pnpm": "9.4.0"
}
}

0 comments on commit 20111ba

Please sign in to comment.