Skip to content

Commit b1e2276

Browse files
fix: CICD to not update serverless framework
1 parent 4a0d75c commit b1e2276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-npm-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
for file in $package_files; do
3131
dir=$(dirname "$file")
3232
echo "Updating packages in $dir"
33-
(cd "$dir" && ncu -u)
33+
(cd "$dir" && ncu -u --reject serverless)
3434
done
3535
3636
- name: Install updated packages in root

0 commit comments

Comments
 (0)