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 7bd19c6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 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
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"typescript": "^4.8.4"
},
"engines": {
"node": "18"
"node": ">=18"
},
"main": "lib/index.js",
"name": "functions",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"xml2js": "^0.5.0"
},
"engines": {
"node": ">=18",
"node": ">=20",
"npm": ">=9"
},
"license": "MIT",
Expand Down

0 comments on commit 7bd19c6

Please sign in to comment.