Removed npm cache from GitHub Actions workflows
This commit is contained in:
parent
f78314a855
commit
abd0ffe6a0
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
@ -17,7 +17,6 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
cache: npm
|
||||
node-version: 20
|
||||
|
||||
- uses: actions/setup-go@v4
|
||||
|
1
.github/workflows/linux-release-en.yml
vendored
1
.github/workflows/linux-release-en.yml
vendored
@ -16,7 +16,6 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
cache: npm
|
||||
node-version: 20
|
||||
|
||||
- name: Translate
|
||||
|
1
.github/workflows/linux-release.yml
vendored
1
.github/workflows/linux-release.yml
vendored
@ -16,7 +16,6 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
cache: npm
|
||||
node-version: 20
|
||||
|
||||
- name: Build Frontend
|
||||
|
1
.github/workflows/macos-release.yml
vendored
1
.github/workflows/macos-release.yml
vendored
@ -16,7 +16,6 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
cache: npm
|
||||
node-version: 20
|
||||
|
||||
- name: Build Frontend
|
||||
|
1
.github/workflows/windows-release.yml
vendored
1
.github/workflows/windows-release.yml
vendored
@ -19,7 +19,6 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
cache: npm
|
||||
node-version: 20
|
||||
|
||||
- name: Build Frontend
|
||||
|
Loading…
Reference in New Issue
Block a user