Skip to content

Commit

Permalink
Merge branch 'main' into liz/update-frontend-submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkenyon authored Feb 29, 2024
2 parents fc2bfbf + 291f539 commit 158d176
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18, 20]
node-version: [16, 18, 20]

defaults:
run:
Expand All @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn install --ignore-engines
- name: Build FE for production test
working-directory: ./web/frontend
run: yarn install && yarn build
run: yarn install --ignore-engines && yarn build
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"type": "module",
"engines": {
"node": ">=14.13.1"
"node": ">=16.13.0"
},
"dependencies": {
"@shopify/shopify-app-express": "^2.1.3",
Expand Down

0 comments on commit 158d176

Please sign in to comment.