1
1
mirror of https://github.com/neosubhamoy/pytubepp-helper.git synced 2026-02-04 11:22:22 +05:30

(ci/cd): downgraded node version

This commit is contained in:
2024-12-17 01:14:44 +05:30
Verified
parent 7dc69cd991
commit 270d3a38db

View File

@@ -35,8 +35,8 @@ jobs:
- name: 📦 Setup node
uses: actions/setup-node@v4
with:
node-version: lts/*
# cache: 'npm'
node-version: 20
cache: 'npm'
- name: 🛠️ install Rust stable
uses: dtolnay/rust-toolchain@stable