Skip to content

Commit

Permalink
Merge pull request #264 from algorandfoundation/ci/update_semantic_re…
Browse files Browse the repository at this point in the history
…lease

update semantic release (tar dep) to address CVE-2024-28863
  • Loading branch information
joe-p authored Apr 18, 2024
2 parents 17cf60f + 6a07217 commit e11590c
Show file tree
Hide file tree
Showing 3 changed files with 1,113 additions and 1,626 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
with:
fetch-depth: 0

# semantic-release needs node 18
- name: Use Node.js 18.x
# semantic-release needs node 20
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- name: Download built package
uses: actions/download-artifact@v4
Expand Down
Loading

0 comments on commit e11590c

Please sign in to comment.