Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
machsix committed May 22, 2024
1 parent 1ae0191 commit 202353d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
node-version: 20
cache: 'pnpm'
- name: Install npm packages
run: pnpm install
run: |
git config --global url."https://github.com/".insteadOf [email protected]:
git config --global url."https://".insteadOf git://
pnpm install
- name: Build
run: |
pnpm run check
Expand Down Expand Up @@ -58,7 +61,10 @@ jobs:
node-version: 20
cache: 'pnpm'
- name: Install npm packages
run: pnpm install
run: |
git config --global url."https://github.com/".insteadOf [email protected]:
git config --global url."https://".insteadOf git://
pnpm install
- name: Build
run: |
pnpm run check
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"babel-plugin-wildcard": "7.0.0",
"compare-versions": "6.1.0",
"cross-env": "7.0.3",
"displacejs": "https://github.com/machsix/displace.git#v1.4.0",
"displacejs": "github:machsix/displace#v1.4.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
Expand Down
5 changes: 4 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit 202353d

Please sign in to comment.