Skip to content

Commit

Permalink
chore: 修改.github中lint.yml和test.yml的node版本 (#1935)
Browse files Browse the repository at this point in the history
Co-authored-by: chenkun <ck01107787@antgroup.com>
  • Loading branch information
ChenKun1997 and chenkun authored May 11, 2023
1 parent b95ef44 commit e3094ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
steps:
- name: checkout code repository
uses: actions/checkout@v3
Expand Down

0 comments on commit e3094ee

Please sign in to comment.