1
1
mirror of https://github.com/neosubhamoy/pytubepp-helper.git synced 2026-06-20 21:23:43 +05:30

(ci/cd): using node 22.11.0

This commit is contained in:
2024-12-17 21:42:44 +05:30
Verified
parent 54d5cd1b6c
commit 9dfb6b8d6a
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
- name: 📦 Setup node - name: 📦 Setup node
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 'lts/*' node-version: '22.11.0'
cache: 'npm' cache: 'npm'
- name: 🛠️ install Rust stable - name: 🛠️ install Rust stable