bahmutov / npm-install

GitHub Action for install npm dependencies with caching without any configuration
https://github.com/marketplace/actions/npm-or-yarn-install-with-caching
650 stars 70 forks source link

fix(deps): migrations for node.js 18 compatibility #179

Closed MikeMcC399 closed 1 year ago

MikeMcC399 commented 1 year ago

This PR resolves https://github.com/bahmutov/npm-install/issues/178. It upgrades dependencies for compatibility with the current default version of Node.js 18.x used on GitHub-hosted runners. Due to the new ncc version, the compiled software of this JavaScript action is also automatically updated, resulting in a new patch version of the action.

ncc

The unmaintained npm package @zeit/ncc is migrated to the recommended replacement @vercel/ncc.

actions/cache

The JavaScript action actions/cache is updated to v3 - the latest version (used in .github/workflows/main.yml).

MikeMcC399 commented 1 year ago

@bahmutov

Please review this PR. Thank you.

bahmutov commented 1 year ago

Nice

github-actions[bot] commented 1 year ago

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

The release is available on:

Your semantic-release bot :package::rocket:

MikeMcC399 commented 1 year ago

@bahmutov

If you want release v1.8.30 to show on https://github.com/marketplace/actions/npm-or-yarn-install-with-caching you will need to publish this manually.

Publishing a new release to the GitHub Marketplace is a manual process.

See also Publishing actions in GitHub Marketplace.