We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e027853 commit ee94aa2Copy full SHA for ee94aa2
1 file changed
.github/workflows/release.yml
@@ -29,10 +29,13 @@ jobs:
29
- name: 🟢 Setup Node
30
uses: actions/setup-node@v4
31
with:
32
- node-version: "22" # 22.14.0 or Higher LTS
+ node-version: "24" # 24 or Higher LTS
33
cache: "npm"
34
registry-url: "https://registry.npmjs.org"
35
36
+ - name: 🔼 Upgrade NPM
37
+ run: npm install -g npm@latest
38
+
39
- name: 📦 Install dependencies
40
run: npm ci
41
0 commit comments