Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
chdagenais committed Feb 11, 2025
1 parent 38acbdd commit 41efc58
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 55 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gen_listeRamq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Use Node.js 14.x
uses: actions/setup-node@v3
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 20.x
cache: 'npm'
# - run: npm ci
- run: npm ci
- name: Set current date
run: |
echo "Obtention de la date du jour pour le commit"
Expand Down
51 changes: 4 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@
"dependencies": {
"args": "^5.0.1",
"dts-gen": "^0.6.0",
"iconv": "^2.3.5",
"positional-flat-file-to-json": "^1.1.0",
"requirejs": "^2.3.6",
"xml2js": "^0.5.0",
"yargs": "^16.2.0",
"yargs-parser": "^20.2.7"
},
"devDependencies": {}
}
}

0 comments on commit 41efc58

Please sign in to comment.