暂时固定ci node版本
This commit is contained in:
parent
dc811d8b84
commit
a977458881
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
@ -7,7 +7,7 @@ runs:
|
|||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '18'
|
node-version: '18.20.1'
|
||||||
|
|
||||||
- name: Cache node modules
|
- name: Cache node modules
|
||||||
id: cache-npm
|
id: cache-npm
|
||||||
|
|||||||
2
.github/workflows/beta-pack.yml
vendored
2
.github/workflows/beta-pack.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
# - name: Install Node.js
|
# - name: Install Node.js
|
||||||
# uses: actions/setup-node@v4
|
# uses: actions/setup-node@v4
|
||||||
# with:
|
# with:
|
||||||
# node-version: '18'
|
# node-version: 20
|
||||||
|
|
||||||
# - name: Cache file
|
# - name: Cache file
|
||||||
# uses: actions/cache@v4
|
# uses: actions/cache@v4
|
||||||
|
|||||||
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '18'
|
node-version: 20
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
# - name: Install Node.js
|
# - name: Install Node.js
|
||||||
# uses: actions/setup-node@v4
|
# uses: actions/setup-node@v4
|
||||||
# with:
|
# with:
|
||||||
# node-version: '18'
|
# node-version: 20
|
||||||
|
|
||||||
# - name: Cache file
|
# - name: Cache file
|
||||||
# uses: actions/cache@v4
|
# uses: actions/cache@v4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user