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 fcff560 commit 56ea48d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
runs-on: ubuntu-latest
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 Expand Up @@ -185,6 +189,10 @@ jobs:
build-root-directory: src/backend/codecc
arguments: clean copyToRelease -DmavenRepoUrl="https://maven.aliyun.com/nexus/content/groups/public/"

- name: Use Node.js 14.18.2
uses: actions/setup-node@v1
with:
node-version: 14.18.2
- name: frontend
id: codecc-frontend
run: |
Expand Down

0 comments on commit 56ea48d

Please sign in to comment.