bigcommerce / checkout-js

Optimized One-Page Checkout
MIT License
112 stars 342 forks source link

chore(other): ISSUE-1737 Update README.md with correct node/npm version #1909

Closed TomA-R closed 3 weeks ago

TomA-R commented 3 weeks ago

Duplicates https://github.com/bigcommerce/checkout-js/pull/1736 with updated commit message.

What?

As per the engines provided in package.json and the node version within .nvmrc, I've updated the readme to reflect the correct versions required.

Fixes #1737

Why?

The incorrect versions are present within the readme, causing confusion to developers.

Testing / Proof

$ cat .circleci/config.yml | grep node-version
        node-version: "18.17"

@bigcommerce/team-checkout