We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02cd751 commit e8fe461Copy full SHA for e8fe461
1 file changed
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v6
20
- uses: actions/setup-node@v6
21
with:
22
- node-version: '22.x'
+ node-version: '24.x'
23
registry-url: 'https://registry.npmjs.org'
24
- name: Check released tag matches ALICE O2 naming pattern
25
run: |
0 commit comments