Trying to publish with npm token 10

This commit is contained in:
Dessalines 2022-01-09 11:03:24 -05:00
parent b554f18c87
commit 3614d8bd63

View file

@ -9,12 +9,12 @@ platform:
steps:
- name: yarn
image: node:14-alpine
image: node:17-alpine
commands:
- yarn
- name: yarn lint
image: node:14-alpine
image: node:17-alpine
commands:
- yarn lint
@ -36,7 +36,7 @@ steps:
# ref:
# - refs/tags/*
- name: npm publish
image: 17-alpine
image: node:17-alpine
commands:
- npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
- npm publish
@ -55,11 +55,11 @@ platform:
steps:
- name: yarn
image: node:14-alpine
image: node:17-alpine
commands:
- yarn
- name: yarn lint
image: node:14-alpine
image: node:17-alpine
commands:
- yarn lint