Skip to content

Commit

Permalink
trying to fix the node exit error
Browse files Browse the repository at this point in the history
  • Loading branch information
iganulevics committed Oct 25, 2024
1 parent fcad1dc commit 4528a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oxygen-deployment-1343547.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#! oxygen_storefront_id: 1343547

name: Storefront 1343547
on: [push]
on: [ push ]

permissions:
contents: read
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '18.19.*'
check-latest: true

- name: Cache node modules
Expand Down

0 comments on commit 4528a93

Please sign in to comment.