Skip to content

Commit

Permalink
Merge pull request #194 from conedevelopment/szepeviktor-patch-1
Browse files Browse the repository at this point in the history
fix front-end-assets
  • Loading branch information
iamgergo authored Jan 24, 2024
2 parents 9944f50 + 537db56 commit 4a4b9ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/front-end-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ jobs:
runs-on: "ubuntu-latest"
timeout-minutes: 5
steps:
-
name: "Checkout repository"
uses: "actions/checkout@v4"
-
name: "Set up Node.js"
uses: "actions/setup-node@v3"
uses: "actions/setup-node@v4"
with:
node-version: "18"
cache: "yarn"
Expand Down

0 comments on commit 4a4b9ab

Please sign in to comment.