Skip to content

Commit

Permalink
Merge pull request #5942 from ecamp/renovate/node-22.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency node to v22.9.0
  • Loading branch information
renovate[bot] authored Sep 17, 2024
2 parents 312ed79 + 1e2d9c0 commit 5bf2240
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.8.0'
node-version: '22.9.0'

- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.8.0'
node-version: '22.9.0'

- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.8.0'
node-version: '22.9.0'

- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.8.0'
node-version: '22.9.0'

- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.8.0'
node-version: '22.9.0'

- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.8.0'
node-version: '22.9.0'

- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.8.0'
node-version: '22.9.0'

- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.8.0
22.9.0
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.8.0",
"node": "22.9.0",
"php": "8.3.11"
},
"automergeType": "branch",
Expand Down

0 comments on commit 5bf2240

Please sign in to comment.