Skip to content

Commit

Permalink
update yargs
Browse files Browse the repository at this point in the history
  • Loading branch information
omdxp committed Apr 10, 2022
1 parent b9f9a54 commit 8979459
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2

- name: 🐱‍🏍 node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
registery-url: https://registry.npmjs.org/
Expand Down
94 changes: 45 additions & 49 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"dependencies": {
"file-system": "^2.2.2",
"yargs": "^17.1.1"
"yargs": "^17.4.1"
},
"devDependencies": {
"@types/jest": "^27.4.1",
Expand Down

0 comments on commit 8979459

Please sign in to comment.