Skip to content

Commit

Permalink
Fixed a typo in GitHub action.
Browse files Browse the repository at this point in the history
  • Loading branch information
jszuminski committed Nov 22, 2023
1 parent 6f05ffc commit b6a58d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@4
uses: actions/setup-node@v4
with:
node-version: '16.4.0'

Expand Down

0 comments on commit b6a58d5

Please sign in to comment.