Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

chore: node 16 is EOL #72

Merged
merged 1 commit into from
Jan 28, 2024
Merged

chore: node 16 is EOL #72

merged 1 commit into from
Jan 28, 2024

Conversation

0xpatrickdev
Copy link
Member

@0xpatrickdev 0xpatrickdev force-pushed the chore/node-compat branch 2 times, most recently from af8efa1 to 3ca2cf9 Compare January 26, 2024 16:43
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
node-version: [18.x]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should match what "engines" declares (given that GHA always picks the latest release)

Suggested change
node-version: [18.x]
node-version: [18.x, 20.x]

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like 20.x is blocked until agoric-sdk updates its own engines:

error @agoric/sdk@: The engine "node" is incompatible with this module. Expected version "^16.13 || ^18.12". Got "20.11.0"

Do we feel engines is adding value in this repo? Would it be better to remove this field and inherit from agoric-sdk?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, so it is. Let's leave 20.x out for now.

Would it be better to remove this field and inherit from agoric-sdk?

Good idea. These doesn't have any narrower constraints, tmk

@0xpatrickdev 0xpatrickdev removed the request for review from mhofman January 26, 2024 19:03
@0xpatrickdev 0xpatrickdev merged commit 0ea86fa into main Jan 28, 2024
1 check passed
@0xpatrickdev 0xpatrickdev deleted the chore/node-compat branch January 28, 2024 18:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants