diff --git a/.github/workflows/file-storage-language-tests.yml b/.github/workflows/file-storage-language-tests.yml index 6cb8cd853..834250e11 100644 --- a/.github/workflows/file-storage-language-tests.yml +++ b/.github/workflows/file-storage-language-tests.yml @@ -45,6 +45,10 @@ jobs: with: node-version: ${{ matrix.node-version }} + - uses: pnpm/action-setup@v2 + with: + version: 8 + - name: Install Deno uses: denoland/setup-deno@v1 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bf6af18fb..07b25f822 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -324,7 +324,7 @@ jobs: - name: Install GO uses: actions/setup-go@v4 with: - go-version: '1.18' + go-version: '1.20' - name: Install Linux Deps run: | @@ -376,7 +376,7 @@ jobs: - name: Install GO uses: actions/setup-go@v4 with: - go-version: '1.18' + go-version: '1.20' - uses: pnpm/action-setup@v2 with: diff --git a/.github/workflows/publish_staging.yml b/.github/workflows/publish_staging.yml index 15461934f..7429186bd 100644 --- a/.github/workflows/publish_staging.yml +++ b/.github/workflows/publish_staging.yml @@ -325,7 +325,7 @@ jobs: - name: Install GO uses: actions/setup-go@v4 with: - go-version: '1.18' + go-version: '1.20' - name: Install Linux Deps run: | @@ -397,7 +397,7 @@ jobs: - name: Install GO uses: actions/setup-go@v4 with: - go-version: '1.18' + go-version: '1.20' - uses: pnpm/action-setup@v2 with: diff --git a/bootstrap-languages/agent-language/hc-dna/zomes/tests/package.json b/bootstrap-languages/agent-language/hc-dna/zomes/tests/package.json index 74d9edca7..bec0f3caa 100644 --- a/bootstrap-languages/agent-language/hc-dna/zomes/tests/package.json +++ b/bootstrap-languages/agent-language/hc-dna/zomes/tests/package.json @@ -16,13 +16,13 @@ "@types/node": "^18.0.0", "blake2b": "^2.1.3", "lodash": "^4.17.19", - "tape-promise": "^4.0.0", - "ts-node": "^10.8.0", - "typescript": "^4.2.4" + "tape-promise": "^4.0.0" }, "devDependencies": { "@types/tape-promise": "^4.0.1", - "tape": "^5.5.3" + "tape": "^5.5.3", + "ts-node": "^10.8.0", + "typescript": "^4.2.4" }, "type": "module" } diff --git a/bootstrap-languages/p-diff-sync-socket-signaling/hc-dna/zomes/tests/package.json b/bootstrap-languages/p-diff-sync-socket-signaling/hc-dna/zomes/tests/package.json index 8c0170b0d..5dbefab7c 100644 --- a/bootstrap-languages/p-diff-sync-socket-signaling/hc-dna/zomes/tests/package.json +++ b/bootstrap-languages/p-diff-sync-socket-signaling/hc-dna/zomes/tests/package.json @@ -27,14 +27,14 @@ "divide-bigint": "^1.0.4", "faker": "5.5.3", "lodash": "^4.17.19", - "tape-promise": "^4.0.0", - "ts-node": "^10.8.0", - "typescript": "^4.2.4" + "tape-promise": "^4.0.0" }, "devDependencies": { "@types/faker": "^5.5.3", "@types/tape-promise": "^4.0.1", - "tape": "^5.5.3" + "tape": "^5.5.3", + "ts-node": "^10.8.0", + "typescript": "^4.2.4" }, "type": "module" } diff --git a/bootstrap-languages/p-diff-sync/hc-dna/zomes/tests/package.json b/bootstrap-languages/p-diff-sync/hc-dna/zomes/tests/package.json index 8c0170b0d..5dbefab7c 100644 --- a/bootstrap-languages/p-diff-sync/hc-dna/zomes/tests/package.json +++ b/bootstrap-languages/p-diff-sync/hc-dna/zomes/tests/package.json @@ -27,14 +27,14 @@ "divide-bigint": "^1.0.4", "faker": "5.5.3", "lodash": "^4.17.19", - "tape-promise": "^4.0.0", - "ts-node": "^10.8.0", - "typescript": "^4.2.4" + "tape-promise": "^4.0.0" }, "devDependencies": { "@types/faker": "^5.5.3", "@types/tape-promise": "^4.0.1", - "tape": "^5.5.3" + "tape": "^5.5.3", + "ts-node": "^10.8.0", + "typescript": "^4.2.4" }, "type": "module" }