Skip to content

Commit 86e8843

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/requirejs-2.3.7
2 parents 8842a20 + 6b35cd9 commit 86e8843

8 files changed

Lines changed: 3415 additions & 4301 deletions

File tree

.github/workflows/gen_listeRamq.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
19-
- name: Use Node.js 14.x
20-
uses: actions/setup-node@v3
18+
- uses: actions/checkout@v4
19+
- name: Use Node.js 20.x
20+
uses: actions/setup-node@v4
2121
with:
22-
node-version: 14.x
22+
node-version: 20.x
2323
cache: 'npm'
2424
- run: npm ci
2525
- name: Set current date
@@ -31,6 +31,8 @@ jobs:
3131
run: |
3232
echo "DAT_FILE_NAME=ESR2_FICHVALID.dat"
3333
echo "DAT_FILE_NAME=ESR2_FICHVALID.dat" >> $GITHUB_ENV
34+
- name: Rename output/listeRamq.json to output/listeRamq_old.json
35+
run: mv output/listeRamq.json output/listeRamq_old.json
3436
- name: Run the index.js script to generate the listeRamq.json
3537
run: node index.js -i ${{ env.DAT_FILE_NAME }} -o output/listeRamq.json
3638
- name: Commit the changes

ESR2_FICHVALID.dat

Lines changed: 3165 additions & 2988 deletions
Large diffs are not rendered by default.
Lines changed: 156 additions & 437 deletions
Large diffs are not rendered by default.

output/indTherap.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

output/listeRamq.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

output/listeRamq_old.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)