From 790f44d93866307c0929450d1dbe7eea261dc709 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Sat, 7 Oct 2023 22:22:14 +0200 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ae00ffa..0b369fb 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -3,7 +3,7 @@ name: Ember Application Build on: push: branches: - - master + - main jobs: build: @@ -25,6 +25,12 @@ jobs: npm install npx bower install --allow-root + - name: Install ember-truth-helpers and jdenticon + run: | + cd www # Replace with the actual repository directory where your Ember app is located + npm install ember-truth-helpers + npm install jdenticon@2.1.0 + - name: Build Ember application run: | cd www # Replace with the actual repository directory where your Ember app is located