mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 05:39:12 -04:00
Removed all notes of npm in workflow files.
This commit is contained in:
parent
8be2dffc37
commit
9247f9da74
10 changed files with 43 additions and 92 deletions
10
.github/workflows/lint-package-lock.yml
vendored
10
.github/workflows/lint-package-lock.yml
vendored
|
@ -20,16 +20,12 @@ jobs:
|
|||
name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
-
|
||||
uses: actions/setup-node@v3
|
||||
uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
node-version: 20
|
||||
cache: 'npm'
|
||||
cache-dependency-path: |
|
||||
src/package-lock.json
|
||||
src/bin/doc/package-lock.json
|
||||
bun-version: latest
|
||||
-
|
||||
name: Install lockfile-lint
|
||||
run: npm install --no-save lockfile-lint
|
||||
run: bun install --no-save lockfile-lint
|
||||
-
|
||||
name: Run lockfile-lint on package-lock.json
|
||||
run: >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue