We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50f37f commit 3a842c2Copy full SHA for 3a842c2
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Node env 🏗
16
uses: actions/setup-node@v6
17
with:
18
- node-version: 24.14.1
+ node-version: 24.15.0
19
cache: "npm"
20
- name: Install dependencies 👨🏻💻
21
run: npm ci
0 commit comments