Skip to content

Commit 2570173

Browse files
syossan27ArtiomTr
andauthored
Add fallback for getPrPatch.ts (#431)
* Add fallback for getPrPatch.ts * Bump nodejs version in CI * Fix linting issues --------- Co-authored-by: sirse <[email protected]>
1 parent ca026cd commit 2570173

File tree

5 files changed

+68
-54
lines changed

5 files changed

+68
-54
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
node: ['10.x', '14.x', '17.x']
14-
os: [ubuntu-latest, macos-latest]
13+
node: ['14.x', '16.x', '18.x', '20.x']
14+
os: [ubuntu-latest]
1515
steps:
1616
- name: Checkout repo
1717
uses: actions/checkout@v2

.github/workflows/rebuild.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616

17-
- name: Use Node.js 12.x
17+
- name: Use Node.js 18.x
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: '12'
20+
node-version: '18'
2121
cache: 'npm'
2222

2323
- name: Installing dependencies

dist/index.js

+45-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)