Skip to content

Commit 5a6cd64

Browse files
authored
Merge pull request #545 from algorandfoundation/fix/npm-audit-main
Fix npm audit issues (for main)
2 parents a7e6cca + 20ecf40 commit 5a6cd64

File tree

6 files changed

+1059
-1218
lines changed

6 files changed

+1059
-1218
lines changed

.github/actions/generate-release-version/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
node-version:
88
description: 'The Node version'
99
required: true
10-
default: '20'
10+
default: '22'
1111
outputs:
1212
release-published:
1313
description: 'If the release was published'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
# Use bot token for semantic-release operations
8888
github-token: ${{ steps.app_token.outputs.token }}
89-
node-version: 20
89+
node-version: 22
9090

9191
- name: Create .env file with production values
9292
if: env.IS_PRODUCTION_RELEASE == 'true'

.nsprc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
{
2-
"1109842": {
3-
"active": true,
4-
"notes": "Ignored because it hasn't been fixed in the latest version of npm",
5-
"expiry": "2026-01-15"
6-
}
7-
}
1+
{}

0 commit comments

Comments
 (0)