Skip to content

Commit

Permalink
Adjusted workflow to use NodeJS v18
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weichert committed Sep 20, 2023
1 parent 539e7b0 commit 54e04ec
Show file tree
Hide file tree
Showing 24 changed files with 92 additions and 92 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: lts
node-version: 18
cache: "npm"

- uses: denoland/setup-deno@v1
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: lts
node-version: 18
cache: "npm"

- uses: denoland/setup-deno@v1
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: lts
node-version: 18
cache: "npm"

- name: Debug matrix variables
Expand Down Expand Up @@ -461,7 +461,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: lts
node-version: 18

- name: Download work archive
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -510,7 +510,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: lts
node-version: 18

- name: Download work archive
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -539,7 +539,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: lts
node-version: 18

- uses: denoland/setup-deno@v1

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.39.29",
"version": "0.39.30",
"packages": [
"taqueria-protocol",
"taqueria-plugin*",
Expand Down
86 changes: 43 additions & 43 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/root",
"version": "0.39.29",
"version": "0.39.30",
"description": "An easy to use opinionated tool for building, testing, and deploying Tezos software",
"main": "index.ts",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions taqueria-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/analytics",
"version": "0.39.29",
"version": "0.39.30",
"description": "A TypeScript SDK submitting events for Taqueria activity",
"main": "./index.js",
"source": "./index.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/pinnacle-labs/taqueria#readme",
"dependencies": {
"@taqueria/protocol": "^0.39.29",
"@taqueria/protocol": "^0.39.30",
"node-machine-id-xz": "^1.0.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions taqueria-plugin-archetype/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-archetype",
"version": "0.39.29",
"version": "0.39.30",
"description": "A taqueria plugin for compiling Archetype smart contracts",
"targets": {
"default": {
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/pinnacle-labs/taqueria#readme",
"dependencies": {
"@taqueria/node-sdk": "^0.39.29",
"@taqueria/node-sdk": "^0.39.30",
"fast-glob": "^3.3.1",
"ts-pattern": "^5.0.5"
},
Expand Down
4 changes: 2 additions & 2 deletions taqueria-plugin-contract-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/plugin-contract-types",
"version": "0.39.29",
"version": "0.39.30",
"main": "index.cjs",
"module": "index.js",
"source": "index.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@taqueria/node-sdk": "^0.39.29",
"@taqueria/node-sdk": "^0.39.30",
"@taquito/michel-codec": "^17.3.1",
"@taquito/signer": "^17.3.1",
"@taquito/taquito": "^17.3.1",
Expand Down
Loading

0 comments on commit 54e04ec

Please sign in to comment.