-
Notifications
You must be signed in to change notification settings - Fork 58
Issues: Neufund/smart-contract-watch
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Arkadaşlar çok hastayım program kurulumu yapacak güvenilir bir yardımcı verir seniz sevinirim
#78
opened Nov 27, 2022 by
erc155
name: Node.js Package
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test
publish-gpr:
needs: build
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
#77
opened Nov 27, 2022 by
erc155
read property 'decodeMethod' of undefined when starting on private chain
#60
opened Dec 14, 2017 by
ice09
ProTip!
no:milestone will show everything without a milestone.