Skip to content

Commit

Permalink
fixes build and public issue
Browse files Browse the repository at this point in the history
  • Loading branch information
koshikraj committed Nov 14, 2022
1 parent edd2be0 commit 2d88223
Show file tree
Hide file tree
Showing 5 changed files with 4,243 additions and 5,691 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'
run: |
npm install
npm run build
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'
- name: Add key to allow access to repository
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: '16.x'
- run: npm install
- run: npm run build

Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: '16.x'
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: '16.x'
- run: npm install
- run: npm run build
- run: npm run test:contract
Loading

0 comments on commit 2d88223

Please sign in to comment.