Skip to content

Commit

Permalink
ci: Fix auto-release (#2551)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Apr 30, 2024
1 parent 27ed692 commit 844d685
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:
persist-credentials: false
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Cache Node.js modules
uses: actions/cache@v2
Expand Down

0 comments on commit 844d685

Please sign in to comment.