Skip to content

Commit

Permalink
Merge pull request #326 from maratth/fix-github-action
Browse files Browse the repository at this point in the history
Fix name of github action
  • Loading branch information
mariuz authored Mar 31, 2024
2 parents 027e72a + db37ea2 commit 8290ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
isc_password: "masterkey"
enable_legacy_client_auth: "true"

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
Expand Down

0 comments on commit 8290ee8

Please sign in to comment.