Skip to content

Commit

Permalink
fix: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrskr committed Nov 29, 2023
1 parent 035e541 commit b8abda1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
working-directory: frontend
steps:
- name: Checkout npm
- uses: actions/setup-node@v2
uses: actions/setup-node@v2
with:
node-version: "16.13.2"
- name: Checkout repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const InteractionsWidget: React.FC = () => {
<Box
sx={{
display: "flex",
flexDirection: "column",
flexDirection: "column"
}}
>
<Typography>Select asset:</Typography>
Expand Down

0 comments on commit b8abda1

Please sign in to comment.