Skip to content

Commit

Permalink
actions/setup-nodeのパラメータ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit authored Dec 11, 2024
1 parent cbc67ad commit 4704009
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 @@ -15,7 +15,7 @@ jobs:
- name: setup Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v4
with:
node_version: ${{ matrix.node_version }}
node-version: ${{ matrix.node_version }}
- name: Install
run: yarn install
- name: Test
Expand Down

0 comments on commit 4704009

Please sign in to comment.