Skip to content

Commit 7cec59e

Browse files
renovate[bot]ory-bot
authored andcommitted
chore(deps): update dependency node to v24
GitOrigin-RevId: af3049ca1544e926eac603935de5507ba933ec95
1 parent c1a8f1c commit 7cec59e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
check-latest: true
192192
- uses: actions/setup-node@v6
193193
with:
194-
node-version: "22"
194+
node-version: "24"
195195
- name: Lint and Build
196196
run: |
197197
make buf

.github/workflows/closed_references.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323
- uses: actions/setup-node@v6
2424
with:
25-
node-version: "22"
25+
node-version: "24"
2626
- uses: ory/closed-reference-notifier@v1
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/npm_publish_grpc_client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919
- uses: actions/setup-node@v6
2020
with:
21-
node-version: "22"
21+
node-version: "24"
2222
registry-url: "https://registry.npmjs.org"
2323
- run: sudo npm i -g npm@7
2424
- name: Bump version

.github/workflows/npm_publish_typelib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919
- uses: actions/setup-node@v6
2020
with:
21-
node-version: "22"
21+
node-version: "24"
2222
registry-url: "https://registry.npmjs.org"
2323
- run: sudo npm i -g npm@10
2424
- name: Bump version

0 commit comments

Comments
 (0)