Install latest node for publish only

This commit is contained in:
Philip Harrison 2023-02-28 08:35:28 +00:00 коммит произвёл GitHub
Родитель 8edb9bfc58
Коммит 7ce92dbf76
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/publish.yml поставляемый
Просмотреть файл

@ -18,12 +18,12 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org/
cache: npm
- run: npm install -g npm@latest
- run: npm ci
- run: npm test
- run: npm version ${TAG_NAME} --git-tag-version=false
env:
TAG_NAME: ${{ github.event.release.tag_name }}
- run: npm install -g npm
- run: npm whoami; npm --ignore-scripts publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}