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

Node 16 is deprecated, update to node 20 #38

Open
e12e opened this issue Jan 26, 2024 · 0 comments
Open

Node 16 is deprecated, update to node 20 #38

e12e opened this issue Jan 26, 2024 · 0 comments

Comments

@e12e
Copy link

e12e commented Jan 26, 2024

Running action with debug logging, we get a warning:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: aki77/simplecov-report-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

In theory it should be enough to change:

https://github.com/aki77/simplecov-report-action/blob/master/action.yml#L20

from:

runs:
  using: "node16"

to:

runs:
  using: "node20"
@nipe0324 nipe0324 mentioned this issue Feb 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant