Skip to content

Commit

Permalink
Fix release workflow (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacavallaro authored May 27, 2024
1 parent 8c68693 commit 5f8c214
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:

jobs:
js_code_review:
uses: pagopa/dx/.github/workflows/js_code_review.yaml@c461016f071d813b2012c88674df41c753f56b16
uses: ./.github/workflows/js_code_review.yaml
name: Code Review
secrets: inherit
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

# Corepack is an official tool by Node.js that manages package managers versions
- name: Setup yarn
run: corepack enable

- name: Setup Node.js environment
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
Expand Down

0 comments on commit 5f8c214

Please sign in to comment.