ci: Fix caching using Node.js action

This commit is contained in:
oSumAtrIX
2024-01-26 02:37:04 +01:00
parent 4da5ed53d6
commit a0971b67c1

View File

@@ -36,6 +36,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: 'npm'
- name: Install dependencies
run: npm install