This commit is contained in:
n4n5
2024-07-30 05:33:10 +02:00
committed by GitHub
parent 75ff3956ed
commit 5d9fa9da41

View File

@ -41,7 +41,8 @@ jobs:
uses: actions/cache/restore@v4
with:
path: node_modules
key: node_modules
key: ${{ runner.os }}-node_modules
restore-keys: ${{ runner.os }}-node_modules
- name: npm install
run: npm ci --force
- name: config