add npm ci

This commit is contained in:
jona.klaess
2026-06-04 20:15:14 +02:00
parent 063e4834d3
commit 60e4791a80
2 changed files with 3 additions and 1 deletions

View File

@@ -32,6 +32,8 @@ jobs:
fi
fi
echo "TAG=$PREFIX:$VERSION" >> $GITHUB_OUTPUT
- name: Install dependencies
run: npm ci
- name: Create .npmrc
run: |
mkdir -p ~/.npm