fix: ci
This commit is contained in:
7
.github/workflows/cos.yaml
vendored
7
.github/workflows/cos.yaml
vendored
@@ -12,7 +12,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18.17.1'
|
||||
|
||||
- name: install doc dependencies
|
||||
run: sudo npm i
|
||||
|
||||
7
.github/workflows/link-pr.yaml
vendored
7
.github/workflows/link-pr.yaml
vendored
@@ -12,7 +12,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18.17.1'
|
||||
|
||||
- name: install doc dependencies
|
||||
run: sudo npm i
|
||||
|
||||
7
.github/workflows/link-schedule.yaml
vendored
7
.github/workflows/link-schedule.yaml
vendored
@@ -14,7 +14,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18.17.1'
|
||||
|
||||
- name: install doc dependencies
|
||||
run: sudo npm i
|
||||
|
||||
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@@ -10,12 +10,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '16'
|
||||
node-version: '18.17.1'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
2
.github/workflows/subscribe.yaml
vendored
2
.github/workflows/subscribe.yaml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
if: github.event.pull_request.merged == true
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user