Skip to content

Commit

Permalink
Fix node 20 pipeline (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierlopezdeancos authored Mar 29, 2024
1 parent 155f8fa commit 9f11d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Install NodeJS ${{ inputs.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: ${{ inputs.node-version }}

- name: Install dependencies
run: npm ci --omit=optional
Expand Down

0 comments on commit 9f11d73

Please sign in to comment.