dist/index.js not rebuilt after @actions/core update
See original GitHub issueSimilar to https://github.com/hecrj/setup-rust-action/issues/23, @actions/core was updated in #42 but using this action still causes deprecation warnings (documented in the linked issue). I tried to npm install
to npm run build
but:
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@lukka%2frun-vcpkg-lib - Not found
npm ERR! 404
npm ERR! 404 '@lukka/run-vcpkg-lib@0.14.1' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'run-vcpkg'
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
fix set-output command warnings from GitHub #621
FWIW, I still see set-output and save-state refs in dist/index.js . Is updating the @actions/core version in the package.json all that was really...
Read more >Creating Custom GitHub Actions - This Dot Labs
JavaScript Github Actions are not significantly different from any other Javascript project. We will set up some minimal configuration, but you ...
Read more >Releasing GitHub Actions - Jeff Rafter
To release our action we need to do the following: Verify that our tests pass and there are no lint errors; Compile our...
Read more >Build and publish your first GitHub Action - notiz.dev
The entrypoint of the Action is set to run dist/index.js using version 12 of node. This file will be created once you build...
Read more >How to Create a Custom GitHub Action with Node & JavaScript
yml to dist/index. js ! To start, we can first install ncc from Vercel, which will take our scripts and dependencies and package...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, with v4.1 the build is green with zero warnings!
The security fixes are included in https://github.com/lukka/run-vcpkg/releases/tag/v4.1. This release does not show the warnings anymore, which is the whole point of this issue. Note: just use as usual the branch
v4
to stay on most recentv4.x
version, with bug fixes and security fixes.Publishing the dependencies on NPM has not been done, as that would require more changes than I expected. I hope GitNub, now that owns NPM Registry, can quickly create a seamless experience for consume public GitHub package without requiring authentication.