Skip to content

Commit

Permalink
chore(ghactions): simplify building for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Aug 31, 2024
1 parent 4dc653f commit 37e9341
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
working-directory: ..

- name: Install unblocked
run: yarn build
run: yarn build:simple
working-directory: ../unblocked

- name: Install Hero
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.23'

- name: Install pcap
run: sudo apt-get install -y libpcap-dev
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.23'

- name: Chocolatey Install Action
if: ${{ matrix.os == 'windows-latest' }}
Expand Down
2 changes: 1 addition & 1 deletion client/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.29",
"@ulixee/datastore": "2.0.0-alpha.29",
"@argonprotocol/localchain": "0.0.2",
"@argonprotocol/localchain": "0.0.3",
"@ulixee/net": "2.0.0-alpha.29",
"@ulixee/schema": "2.0.0-alpha.29"
},
Expand Down
2 changes: 1 addition & 1 deletion datastore/broker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@ulixee/cloud": "2.0.0-alpha.29",
"@ulixee/commons": "2.0.0-alpha.29",
"@ulixee/datastore": "2.0.0-alpha.29",
"@argonprotocol/localchain": "0.0.2",
"@argonprotocol/localchain": "0.0.3",
"@ulixee/net": "2.0.0-alpha.29",
"@ulixee/platform-specification": "2.0.0-alpha.29",
"@ulixee/platform-utils": "2.0.0-alpha.29",
Expand Down
4 changes: 2 additions & 2 deletions datastore/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@ulixee/commons": "2.0.0-alpha.29",
"@ulixee/datastore": "2.0.0-alpha.29",
"@ulixee/datastore-docpage": "2.0.0-alpha.29",
"@argonprotocol/localchain": "0.0.2",
"@argonprotocol/localchain": "0.0.3",
"@ulixee/net": "2.0.0-alpha.29",
"@ulixee/platform-specification": "2.0.0-alpha.29",
"@ulixee/platform-utils": "2.0.0-alpha.29",
Expand All @@ -17,7 +17,7 @@
"@ulixee/sql-engine": "2.0.0-alpha.29",
"better-sqlite3": "^11.1.2",
"nanoid": "^3.3.6",
"tar": "^6.2.0"
"tar": "^6.2.1"
},
"devDependencies": {
"@jest/globals": "^27.0.6",
Expand Down
2 changes: 1 addition & 1 deletion datastore/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@polkadot/keyring": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@ulixee/commons": "2.0.0-alpha.29",
"@argonprotocol/localchain": "0.0.2",
"@argonprotocol/localchain": "0.0.3",
"@ulixee/net": "2.0.0-alpha.29",
"@ulixee/platform-specification": "2.0.0-alpha.29",
"@ulixee/platform-utils": "2.0.0-alpha.29",
Expand Down
2 changes: 1 addition & 1 deletion datastore/packager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@ulixee/sql-engine": "2.0.0-alpha.29",
"better-sqlite3": "^11.1.2",
"rollup": "^3.20.2",
"tar": "^6.2.0",
"tar": "^6.2.1",
"ws": "^8.18.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion desktop/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"nanoid": "^3.3.6"
},
"devDependencies": {
"@argonprotocol/localchain": "0.0.2"
"@argonprotocol/localchain": "0.0.3"
}
}
2 changes: 1 addition & 1 deletion desktop/main/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@ulixee/desktop-core": "2.0.0-alpha.29",
"@ulixee/desktop-interfaces": "2.0.0-alpha.29",
"@ulixee/hero-core": "2.0.0-alpha.29",
"@argonprotocol/localchain": "0.0.2",
"@argonprotocol/localchain": "0.0.3",
"@ulixee/net": "2.0.0-alpha.29",
"@ulixee/platform-specification": "2.0.0-alpha.29",
"@ulixee/platform-utils": "2.0.0-alpha.29",
Expand Down
4 changes: 2 additions & 2 deletions end-to-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@ulixee/datastore": "2.0.0-alpha.29",
"@ulixee/datastore-packager": "2.0.0-alpha.29",
"@ulixee/datastore-testing": "2.0.0-alpha.29",
"@argonprotocol/localchain": "0.0.2",
"@argonprotocol/mainchain": "0.0.2",
"@argonprotocol/localchain": "0.0.3",
"@argonprotocol/mainchain": "0.0.3",
"@ulixee/net": "2.0.0-alpha.29",
"@ulixee/platform-specification": "2.0.0-alpha.29",
"@ulixee/platform-utils": "2.0.0-alpha.29",
Expand Down
2 changes: 1 addition & 1 deletion hero

0 comments on commit 37e9341

Please sign in to comment.