summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2024-05-27 10:14:05 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2024-05-27 10:14:05 +0100
commitcb51be7a4bd00892cff704d49f95a9ab95a9e33e (patch)
tree2001ee74ee563881c61e882bf828ee22d2c7a8c3
parent2be06712a8e258d2ee2b7b910af7fbc6150a3c34 (diff)
Match CI PNPM version to current
-rw-r--r--.github/workflows/ci.yaml4
-rw-r--r--.github/workflows/deploy.yaml2
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: |