mirror of
https://github.com/apophenia-news/apophenia.news.git
synced 2026-03-16 19:01:02 +00:00
Fix: remove npm cache lockfile requirement
This commit is contained in:
1
.github/workflows/build-dist.yml
vendored
1
.github/workflows/build-dist.yml
vendored
@@ -24,7 +24,6 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
Reference in New Issue
Block a user