Skip to content

Commit

Permalink
Update workflow node version to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcenteno committed Oct 24, 2023
1 parent aad8763 commit d5c1437
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- name: Get cached dependencies
id: cache-node-modules
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- name: Get cached dependencies
uses: actions/cache@v3
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- name: Get cached build
uses: actions/cache@v3
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- name: Get cached build
uses: actions/cache@v3
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- name: Get cached dependencies
uses: actions/cache@v3
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- name: Get cached dependencies
uses: actions/cache@v3
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- name: Get cached dependencies
uses: actions/cache@v3
Expand All @@ -113,7 +113,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- name: Get cached dependencies
uses: actions/cache@v3
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- name: Get cached build
uses: actions/cache@v3
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- name: Get cached build
uses: actions/cache@v3
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- name: Get cached dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit d5c1437

Please sign in to comment.