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