Upgrading node
This commit is contained in:
parent
b19ecee5b1
commit
569c18a2d4
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
yarn:
|
yarn:
|
||||||
image: node:17-alpine
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
- yarn
|
- yarn
|
||||||
|
|
||||||
yarn_lint:
|
yarn_lint:
|
||||||
image: node:17-alpine
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
- yarn lint
|
- yarn lint
|
||||||
|
|
||||||
npm_publish:
|
npm_publish:
|
||||||
image: node:17-alpine
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
|
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
|
||||||
- echo "email = tyhou13@gmx.com" >> ~/.npmrc
|
- echo "email = tyhou13@gmx.com" >> ~/.npmrc
|
||||||
|
|
Loading…
Reference in a new issue