We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61708f commit c0cea52Copy full SHA for c0cea52
.github/workflows/validate.yml
@@ -4,6 +4,8 @@ concurrency:
4
group: ${{ github.workflow }}-${{ github.ref }}
5
cancel-in-progress: true
6
7
+timeout-minutes: 10
8
+
9
on:
10
push:
11
branches:
@@ -24,7 +26,7 @@ jobs:
24
26
- name: ⎔ Setup node
25
27
uses: actions/setup-node@v4
28
with:
- node-version: 22
29
+ node-version: 24
30
31
- name: ▶️ Run setup script
32
run: npm run setup
0 commit comments