Remove npm update

This commit is contained in:
Vanilagy
2026-04-14 11:51:20 +02:00
parent 100a93bba1
commit 18ca50d5c4
-3
View File
@@ -41,9 +41,6 @@ jobs:
cache: 'npm'
registry-url: https://registry.npmjs.org
- name: Update npm
run: npm install -g npm@latest
- name: Get package.json version
id: package-json-version
run: echo "version=v$(cat package.json | jq '.version' --raw-output)" >> $GITHUB_OUTPUT