Upgrading node

This commit is contained in:
Dessalines 2023-05-10 11:13:27 -04:00
parent b19ecee5b1
commit 569c18a2d4

View file

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