mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-11-23 22:15:52 +00:00
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:
parent
df6baea0d0
commit
e2e2b9680b
4
.github/workflows/sop-test-suite.yml
vendored
4
.github/workflows/sop-test-suite.yml
vendored
@ -17,6 +17,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# check out repo for scripts
|
# check out repo for scripts
|
||||||
- uses: actions/checkout@v5
|
- 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
|
# check out pull request branch
|
||||||
- name: Checkout openpgpjs-branch
|
- name: Checkout openpgpjs-branch
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user