Skip to content

Commit

Permalink
chore: 更新node版本
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbeatty committed Feb 21, 2024
1 parent 09b65d7 commit 7db6a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set Node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '14'

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Node build
run: |
cd web/omsUI
yarn install --registry http://registry.npmmirror.com/
yarn install --registry http://registry.yarnpkg.com/ --no-lockfile
yarn run build
- name: Make all
Expand Down

0 comments on commit 7db6a0a

Please sign in to comment.