Skip to content

Commit e11590c

Browse files
authored
Merge pull request #264 from algorandfoundation/ci/update_semantic_release
update semantic release (tar dep) to address CVE-2024-28863
2 parents 17cf60f + 6a07217 commit e11590c

File tree

3 files changed

+1113
-1626
lines changed

3 files changed

+1113
-1626
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
with:
6666
fetch-depth: 0
6767

68-
# semantic-release needs node 18
69-
- name: Use Node.js 18.x
68+
# semantic-release needs node 20
69+
- name: Use Node.js 20.x
7070
uses: actions/setup-node@v3
7171
with:
72-
node-version: 18.x
72+
node-version: 20.x
7373

7474
- name: Download built package
7575
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)