Skip to content

Commit

Permalink
ci: 修复不同 node 版本的 job 名称
Browse files Browse the repository at this point in the history
  • Loading branch information
alexqxxu committed Jul 15, 2022
1 parent ae68e75 commit e51e52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- os: windows-latest
node: 12
architecture: x86
name: Node ${{ matrix.node_version }} - ${{ matrix.architecture }} on ${{ matrix.os }}
name: Node ${{ matrix.node }} - ${{ matrix.architecture }} on ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit e51e52d

Please sign in to comment.