Skip to content

Commit

Permalink
Merge pull request #278 from lob/GC-00/uses-node-20
Browse files Browse the repository at this point in the history
Uses node 20
  • Loading branch information
juanfriss committed Mar 23, 2024
2 parents f8a32ad + 20e0abd commit c0a9226
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/forked_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'Approved')
strategy:
matrix:
node: ["16", "17", "18", "20", "21"]
node: ["20", "21"]
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# use node setup library (more info here https://github.com/actions/setup-node)
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 20

- name: Npm Install
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- run: npm install
- run: npm test
- uses: JS-DevTools/npm-publish@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["16", "17", "18", "20", "21"]
node: ["20", "21"]
steps:
- uses: actions/checkout@v2

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"address validation",
"address autocomplete"
],
"version": "1.3.4",
"version": "1.3.5",
"homepage": "https://github.com/lob/lob-typescript-sdk",
"author": "Lob <[email protected]> (https://lob.com/)",
"repository": {
Expand All @@ -23,7 +23,7 @@
},
"bugs:": "https://github.com/lob/lob-typescript-sdk/issues",
"engines": {
"node": ">= 16.10"
"node": ">= 20"
},
"license": "MIT",
"files": [
Expand Down

0 comments on commit c0a9226

Please sign in to comment.