This commit is contained in:
Aleksandr Kraiz
2023-02-10 18:31:14 +04:00
committed by GitHub
parent 26bb95637a
commit d373d4b791
4 changed files with 33 additions and 8 deletions

View File

@@ -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