Skip to content

Commit

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

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

steps:
- name: Checkout code
Expand All @@ -37,7 +37,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.4.1

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

0 comments on commit 12db159

Please sign in to comment.