Skip to content

Commit 2a13e54

Browse files
committed
Fix action name
1 parent ba35a53 commit 2a13e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: Use Node.js ${{ matrix.node-version }}
14+
- name: Use Node.js
1515
uses: actions/setup-node@v3
1616
with:
1717
node-version: 16.x

0 commit comments

Comments
 (0)