summaryrefslogtreecommitdiff
path: root/.github/workflows/test-backend.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test-backend.yml')
-rw-r--r--.github/workflows/test-backend.yml16
1 files changed, 6 insertions, 10 deletions
diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml
index 49a6a39805..b1c54bb3e7 100644
--- a/.github/workflows/test-backend.yml
+++ b/.github/workflows/test-backend.yml
@@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
- node-version: [20.10.0]
+ node-version: [20.12.2]
services:
postgres:
@@ -41,10 +41,9 @@ jobs:
with:
submodules: true
- name: Install pnpm
- uses: pnpm/action-setup@v3
- with:
- version: 8
- run_install: false
+ uses: pnpm/action-setup@v4
+ - name: Install FFmpeg
+ uses: FedericoCarboni/setup-ffmpeg@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2
with:
@@ -71,7 +70,7 @@ jobs:
strategy:
matrix:
- node-version: [20.10.0]
+ node-version: [20.12.2]
services:
postgres:
@@ -91,10 +90,7 @@ jobs:
with:
submodules: true
- name: Install pnpm
- uses: pnpm/action-setup@v3
- with:
- version: 8
- run_install: false
+ uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2
with: