Skip to content

Commit

Permalink
feat:限制流水线node版本 TencentBlueKing#2909
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 committed Jan 9, 2025
1 parent afe9e2b commit 2508a6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18' # 或者您需要的其他版本

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit 2508a6c

Please sign in to comment.