Skip to content

Commit 4b399b3

Browse files
jackluo923claude
andcommitted
Add npm package to node installation
Adds npm alongside nodejs for better package management support in GitHub Actions runners. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c6af777 commit 4b399b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
"category": "node",
8282
"source": "apt",
8383
"packages": [
84-
"nodejs"
84+
"nodejs",
85+
"npm"
8586
]
8687
},
8788
{

0 commit comments

Comments
 (0)