mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
build(deps): bump the npm group in /web with 18 updates (#1957)
This commit is contained in:
parent
c8fbb32d29
commit
33d7d75597
12 changed files with 746 additions and 663 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
node-version: ${{ env.NODE_VERSION }}
|
||||
|
||||
- name: Set up corepack
|
||||
run: corepack enable
|
||||
run: npm install -g corepack@latest && corepack enable
|
||||
|
||||
# It can not be done before enable corepack
|
||||
- name: Set up cache
|
||||
|
|
2
.github/workflows/eslint.yml
vendored
2
.github/workflows/eslint.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
node-version: ${{ env.NODE_VERSION }}
|
||||
|
||||
- name: Set up corepack
|
||||
run: corepack enable
|
||||
run: npm install -g corepack@latest && corepack enable
|
||||
|
||||
# It can not be done before enable corepack
|
||||
- name: Set up cache
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
node-version: ${{ env.NODE_VERSION }}
|
||||
|
||||
- name: Set up corepack
|
||||
run: corepack enable
|
||||
run: npm install -g corepack@latest && corepack enable
|
||||
|
||||
# It can not be done before enable corepack
|
||||
- name: Set up cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue