Skip to content

Commit

Permalink
fix: STRF-12315 Bump stencil-paper version
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-bc committed Jul 31, 2024
1 parent 13a31ba commit 23b5478
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 40 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,27 @@ jobs:
build:
strategy:
matrix:
node: [16.x, 18.x]
os: ['ubuntu-latest', 'windows-2019', 'macos-latest']
node: [18.x, 20.x, 22.x]
os: ['windows-2019']
env:
TITLE: ${{ github.event.pull_request.title }}

runs-on: ${{ matrix.os }}

steps:
- name: Install python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Checkout code
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'npm'

- run: npm install node-gyp@latest
- name: Install Dependencies
run: npm ci

Expand Down
70 changes: 35 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "CLI tool to run BigCommerce Stores locally for theme development.",
"main": "index.js",
"engines": {
"node": ">=16.0.0 <19.0.0",
"node": ">=18",
"npm": ">=8.0.0"
},
"scripts": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"package-lock.json"
],
"dependencies": {
"@bigcommerce/stencil-paper": "4.10.4",
"@bigcommerce/stencil-paper": "4.13.2",
"@bigcommerce/stencil-styles": "5.3.3",
"@hapi/boom": "^10.0.0",
"@hapi/glue": "^8.0.0",
Expand Down

0 comments on commit 23b5478

Please sign in to comment.