File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 71
71
# any of account, appKey or appToken is missing
72
72
workspace: master # defaults to master
73
73
bin: vtex # defaults to vtex
74
- version: 3.0.0-beta-ci.3 # defaults to 3.0.0-beta-ci.3
74
+ version: 4.1.0 # defaults to 4.1.0
75
75
76
76
- name: Do something after the login
77
77
# The call name bellow must be the same given as *with: bin*
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ inputs:
26
26
version :
27
27
description : " Version of VTEX Toolbelt to be installed"
28
28
required : false
29
- default : 3.0.0-beta-ci.3
29
+ default : 4.1.0
30
30
31
31
runs :
32
32
using : " composite"
36
36
shell : bash
37
37
38
38
- name : " Set up Node.js"
39
- uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
39
+ uses : actions/setup-node@v4
40
40
with :
41
41
cache : yarn
42
+ node-version : 20
42
43
43
44
- name : " Install VTEX Toolbelt"
44
45
run : |
You can’t perform that action at this time.
0 commit comments