Skip to content

test

test #3

name: Test publish
on:
push:
branches:
- 'igr/publish-fix-try-2'
jobs:
publish-npm-test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v3
with:
node-version: 18
corepack-enable: true
registry-url: https://registry.npmjs.org/
- run: which yarn && yarn --version
- run: yarn policies set-version 4.4.0 && npm install -g yarn
- run: yarn bootstrap
- run: npm i -g [email protected]
- run: npm --version
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}