Skip to content

Commit

Permalink
ci: Fix auto-release (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Sep 26, 2024
1 parent faad6e2 commit 4c89bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-automated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 24
node-version: 22
cache: 'npm'
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 4c89bd8

Please sign in to comment.