Skip to content

Commit

Permalink
feat: 升级log4j #5752
Browse files Browse the repository at this point in the history
修正github action node16 导致前端编译失败,固化为node 14
  • Loading branch information
irwinsun committed Dec 15, 2021
1 parent 93ea014 commit fcff560
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.18.2
uses: actions/setup-node@v1
with:
node-version: 14.18.2
- 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 fcff560

Please sign in to comment.