Skip to content

Commit

Permalink
downgrade stencil cli
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomerford committed Apr 13, 2024
1 parent 12db159 commit 83ae8aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflow-examples/automatic_deployment_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node: [16.x]
node: [18.x]

steps:
- name: Checkout code
Expand All @@ -32,7 +32,7 @@ jobs:
${{ runner.os }}-node-
- name: Install Stencil CLI Dependency
run: npm install -g @bigcommerce/stencil-cli
run: npm install -g @bigcommerce/stencil-cli@7.2.0

- name: Install Dependencies
run: npm ci
Expand Down
4 changes: 3 additions & 1 deletion .github/workflow-examples/poll_for_changed_configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
${{ runner.os }}-node-
- name: Install Stencil CLI Dependency
run: npm install -g @bigcommerce/stencil-cli@7.4.1
run: npm install -g @bigcommerce/stencil-cli@7.2.0
- name: Check Stencil CLI node-version
run: npx stencil-cli --version

#
# You must configure store credentials as secrets on your GitHub repo for this job to work
Expand Down

0 comments on commit 83ae8aa

Please sign in to comment.