Skip to content

Commit

Permalink
chore: update frontend workflow
Browse files Browse the repository at this point in the history
Backport of 356f976
  • Loading branch information
DavideIadeluca committed Oct 19, 2024
1 parent 3a45ebc commit c5606dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/REUSABLE_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node_version }}
cache: ${{ inputs.js_package_manager }}
Expand Down

0 comments on commit c5606dc

Please sign in to comment.