Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmueller-st committed Sep 16, 2024
1 parent e395bd0 commit 1148009
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ jobs:
- uses: actions/checkout@v4
- name: Composer install
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
- name: NPM Build
- name: NPM Install
uses: actions/setup-node@v3
with:
node-version: 10.24.1
- name: NPM Setup
run: |
npm install
npm run dev
Expand All @@ -71,10 +72,11 @@ jobs:
- uses: actions/checkout@v4
- name: Composer install
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
- name: NPM Build
- name: NPM Install
uses: actions/setup-node@v3
with:
node-version: 10.24.1
- name: NPM Setup
run: |
npm install
npm run dev
Expand Down

0 comments on commit 1148009

Please sign in to comment.