Skip to content

Commit

Permalink
Add fallback for getPrPatch.ts (#431)
Browse files Browse the repository at this point in the history
* Add fallback for getPrPatch.ts

* Bump nodejs version in CI

* Fix linting issues

---------

Co-authored-by: sirse <artiom.tretjakovas2@gmail.com>
  • Loading branch information
syossan27 and ArtiomTr authored Sep 9, 2024
1 parent ca026cd commit 2570173
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 54 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['10.x', '14.x', '17.x']
os: [ubuntu-latest, macos-latest]
node: ['14.x', '16.x', '18.x', '20.x']
os: [ubuntu-latest]
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Use Node.js 12.x
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '18'
cache: 'npm'

- name: Installing dependencies
Expand Down
90 changes: 45 additions & 45 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 2570173

Please sign in to comment.