相关疑难解决方法(0)

GitHub Actions - “Node.js 12 操作已弃用。” 虽然我把所有东西都升级到了v18

我收到警告

Node.js 12 actions are deprecated. 
For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. 
Please update the following actions to use Node.js 16: ./
Run Code Online (Sandbox Code Playgroud)

我知道这是因为 v12 已被弃用并正在被删除,但我已将用法从 v12 更改为 v18,但我不明白为什么仍然收到此警告。它应该已经消失了。

我已阅读https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions上的 Actions 维护者文档

在此输入图像描述

node.js github-actions

10
推荐指数
2
解决办法
1万
查看次数

标签 统计

github-actions ×1

node.js ×1