Skip to content

Commit

Permalink
feat: update prod and staging workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dinomaze committed Apr 20, 2023
1 parent 2730960 commit 8dcf154
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master_lwt-eccomerce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Node.js version
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '16.x'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master_lwt-ecommerce-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Node.js version
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '16.x'

Expand Down

0 comments on commit 8dcf154

Please sign in to comment.