Skip to content

Commit

Permalink
Merge pull request #464 from openameba/renovate/node-20.x
Browse files Browse the repository at this point in the history
chore(deps): update node.js to v20.15.0
  • Loading branch information
yasuda-shin authored Jul 8, 2024
2 parents 82f3e3e + 7b8bfeb commit eb4beaa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/visual-regression-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '20.x'
- id: npm-cache-dir
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
- id: npm-cache
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
20.15.0
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"textlint-rule-prh": "^6.0.0"
},
"engines": {
"node": "20.12.2",
"node": "20.15.0",
"yarn": "1.22.22"
},
"keywords": [
Expand Down

0 comments on commit eb4beaa

Please sign in to comment.