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
renovate[bot] authored Oct 16, 2024
1 parent aa3e2e2 commit c4f8032
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0
23.0.0
16 changes: 8 additions & 8 deletions print/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 print/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"hal-json-vuex": "3.0.0-alpha.1",
"isomorphic-dompurify": "2.16.0",
"lodash": "4.17.21",
"puppeteer-core": "23.6.0",
"puppeteer-core": "23.5.3",
"runes": "0.4.3",
"vuex": "4.1.0"
},
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.9.0",
"node": "23.0.0",
"php": "8.3.12"
},
"automergeType": "branch",
Expand Down

0 comments on commit c4f8032

Please sign in to comment.