Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace JS-DevTools/npm-publish publish action with npm publish call #143

Closed
sgohlke opened this issue Mar 13, 2023 · 0 comments · Fixed by #145
Closed

Replace JS-DevTools/npm-publish publish action with npm publish call #143

sgohlke opened this issue Mar 13, 2023 · 0 comments · Fixed by #145
Assignees
Labels
enhancement New feature or request github_actions Pull requests that update GitHub Actions code

Comments

@sgohlke
Copy link
Collaborator

sgohlke commented Mar 13, 2023

The github action "JS-DevTools/npm-publish" does not seem to get updated and has deprecation warnings stating it might not work in future.

publish
Node.js 12 actions are deprecated. 
Please update the following actions to use Node.js 16: JS-DevTools/npm-publish@v1. 
For more information see: 
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

publish
The `set-output` command is deprecated and will be disabled soon. 
Please upgrade to using Environment Files. 
For more information see: 
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

We should replace it with a "npm publish" call to ease the publishing logic.

@sgohlke sgohlke added enhancement New feature or request github_actions Pull requests that update GitHub Actions code labels Mar 13, 2023
@sgohlke sgohlke self-assigned this Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant