From e2e2b9680b47a516c73601fe3b7a0afc0fdd03d9 Mon Sep 17 00:00:00 2001 From: larabr <7375870+larabr@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:58:49 +0100 Subject: [PATCH] CI: SOP test suite: setup npm (no longer included in Docker image) Due to: https://github.com/ProtonMail/openpgp-interop-test-docker/pull/9 --- .github/workflows/sop-test-suite.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sop-test-suite.yml b/.github/workflows/sop-test-suite.yml index 6435450e..f2ca1b64 100644 --- a/.github/workflows/sop-test-suite.yml +++ b/.github/workflows/sop-test-suite.yml @@ -17,6 +17,10 @@ jobs: steps: # check out repo for scripts - uses: actions/checkout@v5 + # the interop image does not include Node.js + - uses: actions/setup-node@v6 + with: + node-version: '22.x' # check out pull request branch - name: Checkout openpgpjs-branch uses: actions/checkout@v5