Skip to content

Commit

Permalink
chore(deps): update dependency node to v22.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent e2a2c2e commit e76f918
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.13.1'
node-version: '22.14.0'

- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.13.1'
node-version: '22.14.0'

- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.13.1'
node-version: '22.14.0'

- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.13.1'
node-version: '22.14.0'

- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.13.1'
node-version: '22.14.0'

- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.13.1'
node-version: '22.14.0'

- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
Expand Down Expand Up @@ -435,7 +435,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.13.1'
node-version: '22.14.0'

- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
Expand Down
8 changes: 4 additions & 4 deletions .ops/aws-setup/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 .ops/aws-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@eslint/compat": "1.2.6",
"@eslint/eslintrc": "3.3.0",
"@eslint/js": "9.21.0",
"@types/node": "22.13.1",
"@types/node": "22.13.5",
"eslint": "9.21.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-n": "17.15.1",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
":prConcurrentLimitNone"
],
"constraints": {
"node": "22.13.1",
"node": "22.14.0",
"php": "8.3.13"
},
"automergeType": "branch",
Expand Down

0 comments on commit e76f918

Please sign in to comment.