drone set node version
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Djeeberjr 2021-12-29 22:47:01 +01:00
parent ed042a2486
commit 9de148b713

View File

@ -4,7 +4,7 @@ name: default
steps: steps:
- name: build - name: build
image: node image: node:17
commands: commands:
- yarn install - yarn install
- yarn run build - yarn run build