Skip to content

Commit

Permalink
暂时固定ci node版本
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Apr 16, 2024
1 parent dc811d8 commit a977458
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Expand Up @@ -7,7 +7,7 @@ runs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '18.20.1'

- name: Cache node modules
id: cache-npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beta-pack.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
# - name: Install Node.js
# uses: actions/setup-node@v4
# with:
# node-version: '18'
# node-version: 20

# - name: Cache file
# uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: 20

- name: Install Dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
# - name: Install Node.js
# uses: actions/setup-node@v4
# with:
# node-version: '18'
# node-version: 20

# - name: Cache file
# uses: actions/cache@v4
Expand Down

0 comments on commit a977458

Please sign in to comment.