小调整。
parent
9f6e970d93
commit
67e0b91849
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: 'Checkout'
|
||||
uses: actions/checkout@v4.1.7
|
||||
|
||||
- name: 'Setup Node.js environment'
|
||||
- name: 'Setup Node.js "${{ matrix.node }}.x" environment'
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
|
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: 'Checkout'
|
||||
uses: actions/checkout@v4.1.7
|
||||
|
||||
- name: 'Setup Node.js environment'
|
||||
- name: 'Setup Node.js "${{ matrix.node }}.x" environment'
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
|
|
Loading…
Reference in New Issue