#2417 as of this writing fails both "platform-compatibility-test"s, allegedly for Node 18 and Node 20. However, these tests also depend on Node 12, which #2417 does not support.
The culprit seems to be
|
- name: 'switch to node v12' |
|
uses: actions/setup-node@v3 |
|
with: |
|
node-version: '12.x' |
where the Node v12 dependency seems to be intentional.
#2417 as of this writing fails both "platform-compatibility-test"s, allegedly for Node 18 and Node 20. However, these tests also depend on Node 12, which #2417 does not support.
The culprit seems to be
endo/.github/workflows/ci.yml
Lines 273 to 276 in 46ca503
where the Node v12 dependency seems to be intentional.