Skip to content

Commit 4704009

Browse files
authored
actions/setup-nodeのパラメータ修正
1 parent cbc67ad commit 4704009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: setup Node.js ${{ matrix.node_version }}
1616
uses: actions/setup-node@v4
1717
with:
18-
node_version: ${{ matrix.node_version }}
18+
node-version: ${{ matrix.node_version }}
1919
- name: Install
2020
run: yarn install
2121
- name: Test

0 commit comments

Comments
 (0)