Skip to content

Commit

Permalink
fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Jun 21, 2024
1 parent db56a60 commit 9b11d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

jobs:

test-node-20.10:
test-node-20-10:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -37,7 +37,7 @@ jobs:
env:
FORCE_COLOR: true

test-node-20.15:
test-node-20-15:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 9b11d1a

Please sign in to comment.