Fix more errors
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2023-06-01 12:30:14 +02:00
parent 1ebd524505
commit 5acf21829d
3 changed files with 9 additions and 3 deletions

View File

@@ -10,10 +10,10 @@
register: node_version
ignore_errors: true
- name: Set node version if not defined
- name: Set node version if empty
set_fact:
node_version: 0.0.0
when: node_version.stdout is not defined
when: node_version.stdout is ""
- name: Enable corepack
shell: corepack enable