chore: added release notes for 2.7.1 (#7604)

* chore: added release notes for 2.7.1

* chore: don't cache node_modules due to cas
This commit is contained in:
SamTV12345 2026-04-26 11:30:43 +02:00 committed by GitHub
parent cd793294c4
commit a05bb7d7b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 278 additions and 309 deletions

View file

@ -43,21 +43,17 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
- uses: actions/cache@v5
name: Setup gnpm cache
if: always()
name: Cache pnpm store
with:
path: |
${{ env.PNPM_HOME }}
~/.local/share/gnpm
/usr/local/bin/gnpm
/usr/local/bin/gnpm-0.0.12
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
path: ${{ env.PNPM_HOME }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-gnpm-store-
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
${{ runner.os }}-pnpm-store-
- uses: pnpm/action-setup@v6
name: Install pnpm
with:
version: 0.0.12
version: 10.33.2
run_install: false
-
name: Test
working-directory: etherpad
@ -74,7 +70,7 @@ jobs:
*) printf %s\\n "unexpected status: ${status}" >&2; exit 1;;
esac
done
(cd src && gnpm run test-container)
(cd src && pnpm run test-container)
git clean -dxf .
build-test-db-drivers: