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.
2 parents f1e2194 + ad32f8b commit 9a27205Copy full SHA for 9a27205
5 files changed
.github/workflows/prod.yml
@@ -15,7 +15,7 @@ jobs:
15
16
strategy:
17
matrix:
18
- node-version: [24.x]
+ node-version: [24.13.x]
19
20
steps:
21
- name: Checkout 🛎️
.github/workflows/staging.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
.nvmrc
@@ -0,0 +1 @@
1
+24.13.1
0 commit comments