You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generates a warning from the github action:
[[ Build, Validate and Deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
]]
The text was updated successfully, but these errors were encountered:
plehegar
changed the title
Node.js 16 are deprecated
Node.js 16 actions are deprecated
Mar 28, 2024
This might be related to #99 .
Using:
[[
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
]]
https://github.com/w3c/trace-context/blob/level-2/.github/workflows/auto-publish.yml
generates a warning from the github action:
[[
Build, Validate and Deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
]]
The text was updated successfully, but these errors were encountered: