Skip to content

Commit

Permalink
corrected release node version to match the rest of the workflows (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealryan committed Mar 7, 2024
1 parent c592528 commit ce9f623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 16
node-version: '14.15.1'
cache: 'npm'
cache-dependency-path: report/report-ng/package-lock.json

Expand Down

0 comments on commit ce9f623

Please sign in to comment.