Skip to content

Commit

Permalink
chore(deps): update dependency node to v23
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Oct 20, 2024
1 parent d86ef58 commit c1e7204
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.10.0'
node-version: '23.0.0'

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

- uses: actions/setup-node@v4
with:
node-version: '22.10.0'
node-version: '23.0.0'

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

- uses: actions/setup-node@v4
with:
node-version: '22.10.0'
node-version: '23.0.0'

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

- uses: actions/setup-node@v4
with:
node-version: '22.10.0'
node-version: '23.0.0'

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

- uses: actions/setup-node@v4
with:
node-version: '22.10.0'
node-version: '23.0.0'

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

- uses: actions/setup-node@v4
with:
node-version: '22.10.0'
node-version: '23.0.0'

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

- uses: actions/setup-node@v4
with:
node-version: '22.10.0'
node-version: '23.0.0'

- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.10.0
23.0.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.10.0",
"node": "23.0.0",
"php": "8.3.12"
},
"automergeType": "branch",
Expand Down

0 comments on commit c1e7204

Please sign in to comment.