Skip to content

Commit e8efe5d

Browse files
committed
chore(deps): upgrade
1 parent 0831769 commit e8efe5d

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,18 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
version: [ 16, 18, 20, 21 ]
8+
version: [ 18, 20, 21 ]
99
steps:
10+
- name: Checkout
11+
uses: actions/checkout@v4
12+
- name: Use Node.js ${{ matrix.node-version }}
13+
uses: actions/setup-node@v4
14+
with:
15+
node-version: ${{ matrix.node-version }}
16+
- name: Set Timezone
17+
uses: szenius/set-timezone@v1.2
18+
with:
19+
timezoneLinux: Europe/Paris
1020
- uses: actions/setup-node@v4
1121
with:
1222
node-version: ${{ matrix.version }}
@@ -20,8 +30,8 @@ jobs:
2030
echo "yarn"
2131
yarn -v
2232
- name: Install modules
23-
run: yarn
24-
- name: Run lint tasks
33+
run: yarn install
34+
- name: Run lint task
2535
run: yarn lint
2636
- name: Run tests
2737
run: yarn test

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Lightweight and very fast parser, only two dep (date-fns, joi).
99

1010
Used by [Airporting](https://www.airporting.com)
1111

12+
NodeJs 18.x or newer only.
13+
1214
[![Linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/airporting)
1315

1416
## External docs to understand the EBICS standard

0 commit comments

Comments
 (0)