We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e346e4a commit 3027bdbCopy full SHA for 3027bdb
1 file changed
.github/workflows/push_branches.workflow.yaml
@@ -14,14 +14,15 @@ jobs:
14
contents: write
15
issues: write
16
pull-requests: write
17
+ id-token: write
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v3
21
22
- name: Setup Node.js
23
uses: actions/setup-node@v3
24
with:
- node-version: 22
25
+ node-version: 24
26
registry-url: "https://registry.npmjs.org"
27
scope: "@kuzzleio"
28
0 commit comments