mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 14:12:35 +03:00
Husky (#47)
This commit is contained in:
5
.github/workflows/prerelease-package.yml
vendored
5
.github/workflows/prerelease-package.yml
vendored
@@ -13,9 +13,10 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '17.x'
|
||||
node-version: '18.x'
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
- run: npm run build
|
||||
# - run: npm test
|
||||
- name: Set package registry
|
||||
run: npm config set registry https://npm.pkg.github.com
|
||||
- name: Github package registry authentication
|
||||
|
||||
5
.github/workflows/release-package.yml
vendored
5
.github/workflows/release-package.yml
vendored
@@ -11,9 +11,10 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '17.x'
|
||||
node-version: '18.x'
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
- run: npm run build
|
||||
# - run: npm test
|
||||
- name: Set package registry
|
||||
run: npm config set registry https://npm.pkg.github.com
|
||||
- name: Github package registry authentication
|
||||
|
||||
Reference in New Issue
Block a user