test 20.9 node
continuous-integration/drone/push Build is failing Details

This commit is contained in:
user-penguin 2024-08-23 00:22:43 +07:00
parent a2df6414bf
commit b07be09ad8
1 changed files with 1 additions and 2 deletions

View File

@ -8,12 +8,11 @@ trigger:
steps: steps:
- name: build - name: build
image: node:16 image: node:20.9
commands: commands:
- node -v - node -v
- npm -v - npm -v
- yarn --version - yarn --version
- yarn add @vue/cli-service
- yarn install - yarn install
- yarn build - yarn build