Skip to content

The ses-shim tests on Node 12 despite our min support being Node 18 #2418

Description

@erights

#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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions