Skip to content

Commit

Permalink
Update oxygen-deployment-1000026949.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kobykotiv authored Nov 9, 2024
1 parent d1fb6ec commit 09071f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/oxygen-deployment-1000026949.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
jobs:
deploy:
name: Deploy to Oxygen
timeout-minutes: 30
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "lts/*"
check-latest: true
check-latest: false

- name: Cache node modules
id: cache-npm
Expand All @@ -33,7 +33,7 @@ jobs:
${{ runner.os }}-
- name: Install dependencies
run: npm i
run: npm ci

- name: Build and Publish to Oxygen
run: npx shopify hydrogen deploy
Expand Down

0 comments on commit 09071f0

Please sign in to comment.