From cb51be7a4bd00892cff704d49f95a9ab95a9e33e Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Mon, 27 May 2024 10:14:05 +0100 Subject: Match CI PNPM version to current --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/deploy.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e4f0e14..30ce676 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - name: Set up config files run: cp config/config.example.toml config/config.toml @@ -46,7 +46,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - name: Set up config files run: cp config/config.example.toml config/config.toml diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7a4600a..fd2afea 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -15,7 +15,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - name: Set up known_hosts file run: | -- cgit v1.2.3