From 3614d8bd636c9747d30c2881682b2c90835616cb Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 9 Jan 2022 11:03:24 -0500 Subject: [PATCH] Trying to publish with npm token 10 --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 421c082..3b25699 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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