Skip to content

Commit c0a9226

Browse files
authored
Merge pull request #278 from lob/GC-00/uses-node-20
Uses node 20
2 parents f8a32ad + 20e0abd commit c0a9226

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/forked_run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: contains(github.event.pull_request.labels.*.name, 'Approved')
1111
strategy:
1212
matrix:
13-
node: ["16", "17", "18", "20", "21"]
13+
node: ["20", "21"]
1414
steps:
1515
- uses: actions/checkout@v2
1616

.github/workflows/npm_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# use node setup library (more info here https://github.com/actions/setup-node)
2020
- uses: actions/setup-node@v2
2121
with:
22-
node-version: 14
22+
node-version: 20
2323

2424
- name: Npm Install
2525
run: npm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 20
1515
- run: npm install
1616
- run: npm test
1717
- uses: JS-DevTools/npm-publish@v1

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node: ["16", "17", "18", "20", "21"]
15+
node: ["20", "21"]
1616
steps:
1717
- uses: actions/checkout@v2
1818

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"address validation",
1515
"address autocomplete"
1616
],
17-
"version": "1.3.4",
17+
"version": "1.3.5",
1818
"homepage": "https://github.com/lob/lob-typescript-sdk",
1919
"author": "Lob <[email protected]> (https://lob.com/)",
2020
"repository": {
@@ -23,7 +23,7 @@
2323
},
2424
"bugs:": "https://github.com/lob/lob-typescript-sdk/issues",
2525
"engines": {
26-
"node": ">= 16.10"
26+
"node": ">= 20"
2727
},
2828
"license": "MIT",
2929
"files": [

0 commit comments

Comments
 (0)