cypress-io / github-action

GitHub Action for running Cypress end-to-end & component tests
https://on.cypress.io/guides/continuous-integration/github-actions
MIT License
1.36k stars 343 forks source link

chore(deps): update npm lockfileVersion to 3 #1149

Closed MikeMcC399 closed 7 months ago

MikeMcC399 commented 7 months ago

This PR updates

package-lock.json from lockfileVersion 2 to 3.

lockfileVersion is updated to v3 using

npm install --lockfile-version=3

for consistency with all other npm package-lock.json files in the examples directories of this monorepo.

Reference

npm docs > package-lock.json

3: The lockfile version used by npm v9 and above. Backwards compatible to npm v7.

See https://nodejs.org/en/download/releases Node.js 18 and Node.js 20 up to 20.6.1 use npm v9, Node.js 20 starting with 20.7.0 uses npm v10

cypress-app-bot commented 7 months ago
github-actions[bot] commented 5 months ago

:tada: This PR is included in version 6.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: