Compare commits
1 Commits
main
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
4533f56dff |
2
.github/workflows/Code-review.yml
vendored
2
.github/workflows/Code-review.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2 # 将代码库检出到 Runner 中
|
- uses: actions/checkout@v2 # 将代码库检出到 Runner 中
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v2 # 安装 Node.js 运行环境和依赖项
|
uses: actions/setup-node@v4 # 安装 Node.js 运行环境和依赖项
|
||||||
with:
|
with:
|
||||||
node-version: '14.x'
|
node-version: '14.x'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
2
.github/workflows/auto-merge.yml
vendored
2
.github/workflows/auto-merge.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
uses: actions/checkout@v3 # 使用 actions/checkout 动作
|
uses: actions/checkout@v3 # 使用 actions/checkout 动作
|
||||||
|
|
||||||
- name: Setup Node.js environment # 步骤名称为:Setup Node.js environment
|
- name: Setup Node.js environment # 步骤名称为:Setup Node.js environment
|
||||||
uses: actions/setup-node@v3 # 使用 actions/setup-node 动作安装 Node.js 环境
|
uses: actions/setup-node@v4 # 使用 actions/setup-node 动作安装 Node.js 环境
|
||||||
with:
|
with:
|
||||||
node-version: '14.x'
|
node-version: '14.x'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user