Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into pr/galbarm/794-1
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchiro committed Jan 29, 2024
2 parents 87c9111 + 25a4fb1 commit 8a2fd3c
Show file tree
Hide file tree
Showing 18 changed files with 18,719 additions and 818 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodeCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
registry-url: https://registry.npmjs.org/
- name: prepare default version
run: npm run prepare:default
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.14.0
16.19.0
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.14.0
v16.19.0
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ Currently only the following banks are supported:
- Yahav (Thanks to [@gczobel](https://github.com/gczobel))
- Beyhad Bishvilha - [ביחד בשבילך](https://www.hist.org.il/) (thanks [@esakal](https://github.com/esakal))
- OneZero (Experimental) (thanks [@orzarchi](https://github.com/orzarchi))
- Behatsdaa - [בהצדעה](behatsdaa.org.il) (thanks [@daniel-hauser](https://github.com/daniel-hauser))

# Prerequisites
To use this you will need to have [Node.js](https://nodejs.org) >= 10.x installed.
To use this you will need to have [Node.js](https://nodejs.org) >= 16.x installed.

# Getting started
To use these scrapers you'll need to install the package from npm:
Expand Down
Loading

0 comments on commit 8a2fd3c

Please sign in to comment.