Added pnpm

This commit is contained in:
SamTV12345 2024-02-10 14:25:58 +01:00
parent 96c81906cb
commit b2909a7be5
19 changed files with 5643 additions and 9862 deletions

View file

@ -36,6 +36,23 @@ jobs:
cache-dependency-path: |
src/package-lock.json
src/bin/doc/package-lock.json
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
run_install: false
- name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v3
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
-
name: Install etherpad plugins
# We intentionally install an old ep_align version to test upgrades to