Skip to content

Commit 3027bdb

Browse files
committed
fix: node version in ci, trigger release
1 parent e346e4a commit 3027bdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push_branches.workflow.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ jobs:
1414
contents: write
1515
issues: write
1616
pull-requests: write
17+
id-token: write
1718
steps:
1819
- name: Checkout
1920
uses: actions/checkout@v3
2021

2122
- name: Setup Node.js
2223
uses: actions/setup-node@v3
2324
with:
24-
node-version: 22
25+
node-version: 24
2526
registry-url: "https://registry.npmjs.org"
2627
scope: "@kuzzleio"
2728

0 commit comments

Comments
 (0)