Skip to content

Commit

Permalink
Merge pull request #2 from computor-tools/checkout-v4
Browse files Browse the repository at this point in the history
use checkout v4, latest bun
  • Loading branch information
chrisdukakis authored Feb 21, 2024
2 parents 1363069 + e5594e1 commit f5faaca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.lockb binary diff=lockb
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- run: sudo apt-get install -y xsltproc
- run: bun install --verbose
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "./src/client.js",
"module": "./src/client.js",
"dependencies": {
"qubic-crypto": "github:computor-tools/qubic-crypto"
"qubic-crypto": "github:computor-tools/qubic-crypto#ad4298266dc4bddc6cbca7a362f9f9f1d6eb2834"
},
"trustedDependencies": ["qubic-crypto"],
"type": "module"
Expand Down

0 comments on commit f5faaca

Please sign in to comment.