CI: SOP test suite: setup npm (no longer included in Docker image)

Due to: https://github.com/ProtonMail/openpgp-interop-test-docker/pull/9
This commit is contained in:
larabr 2025-10-27 14:58:49 +01:00
parent df6baea0d0
commit e2e2b9680b
No known key found for this signature in database
GPG Key ID: 2A4BEC40729185DD

View File

@ -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