Skip to content

Commit

Permalink
fix: github test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Jun 18, 2024
1 parent 92cb109 commit 9544e65
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
- name: yarn install
run: |
YARN_CHECKSUM_BEHAVIOR=update yarn install
cd cli
YARN_CHECKSUM_BEHAVIOR=update yarn install
cd ..
- name: yarn lint
env:
Expand Down
32 changes: 17 additions & 15 deletions cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ __metadata:
languageName: node
linkType: hard

"@trashman/ed25519-blake2b@npm:^0.0.6":
"@trashman/ed25519-blake2b@npm:0.0.6":
version: 0.0.6
resolution: "@trashman/ed25519-blake2b@npm:0.0.6"
dependencies:
Expand Down Expand Up @@ -278,17 +278,6 @@ __metadata:
languageName: node
linkType: hard

"cli@workspace:.":
version: 0.0.0-use.local
resolution: "cli@workspace:."
dependencies:
"@trashman/ed25519-blake2b": ^0.0.6
inquirer: ^9.2.23
node-fetch: ^3.3.2
yargs: ^17.7.2
languageName: unknown
linkType: soft

"cliui@npm:^8.0.1":
version: 8.0.1
resolution: "cliui@npm:8.0.1"
Expand Down Expand Up @@ -675,7 +664,7 @@ __metadata:
languageName: node
linkType: hard

"inquirer@npm:^9.2.23":
"inquirer@npm:9.2.23":
version: 9.2.23
resolution: "inquirer@npm:9.2.23"
dependencies:
Expand Down Expand Up @@ -937,6 +926,19 @@ __metadata:
languageName: node
linkType: hard

"nano-community-cli@workspace:.":
version: 0.0.0-use.local
resolution: "nano-community-cli@workspace:."
dependencies:
"@trashman/ed25519-blake2b": 0.0.6
inquirer: 9.2.23
node-fetch: 3.3.2
yargs: 17.7.2
bin:
nano-community: ./index.mjs
languageName: unknown
linkType: soft

"napi-macros@npm:2.0.0":
version: 2.0.0
resolution: "napi-macros@npm:2.0.0"
Expand All @@ -958,7 +960,7 @@ __metadata:
languageName: node
linkType: hard

"node-fetch@npm:^3.3.2":
"node-fetch@npm:3.3.2":
version: 3.3.2
resolution: "node-fetch@npm:3.3.2"
dependencies:
Expand Down Expand Up @@ -1468,7 +1470,7 @@ __metadata:
languageName: node
linkType: hard

"yargs@npm:^17.7.2":
"yargs@npm:17.7.2":
version: 17.7.2
resolution: "yargs@npm:17.7.2"
dependencies:
Expand Down

0 comments on commit 9544e65

Please sign in to comment.