Skip to content

Commit

Permalink
(ci/cd): downgraded node version
Browse files Browse the repository at this point in the history
  • Loading branch information
neosubhamoy committed Dec 16, 2024
1 parent 7dc69cd commit 270d3a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 270d3a3

Please sign in to comment.