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

Bump required Node.js and npm versions #1717

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Feb 16, 2024

  1. Bump required Node.js version

    The function fs.rmSync was added in Node.js 14.14; earlier versions won't build vscode-arduino. I tested `npm install` with Node.js 14.14 and it succeeds.
    carlpaten authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    194bece View commit details
    Browse the repository at this point in the history
  2. Bump required npm version

    vscode-arduino uses a v2 shrinkwrap file, which is incompatible with npm v6.x.
    carlpaten authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c55b3d3 View commit details
    Browse the repository at this point in the history