From 5c973b9010655ec0ff87163c49bf76ac9f3a1f47 Mon Sep 17 00:00:00 2001 From: mifi Date: Wed, 24 May 2023 10:51:54 -0400 Subject: [PATCH] Hmmm... come on drone... --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index b6cf162..c43ecb0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,10 @@ workspace: steps: - name: yarn install image: node:latest + environment: + YARN_VERSION: 3.5.0 commands: + - yarn set version stable - yarn install - name: Code Style Checks image: node:latest @@ -75,7 +78,10 @@ workspace: steps: - name: Build image: node:latest + environment: + YARN_VERSION: 3.5.0 commands: + - yarn set version stable - yarn install - yarn build - name: Publish NPM