Skip to content

Commit 0a7025f

Browse files
Update Node.js to 20 and Upgrade VTEX CLI to 4.1.0 (#23)
* feat: update node.js version to 20 * feat: update vtex cli version to 4.1.0 * docs: update input version documentation
1 parent 4914d99 commit 0a7025f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# any of account, appKey or appToken is missing
7272
workspace: master # defaults to master
7373
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
7575
7676
- name: Do something after the login
7777
# The call name bellow must be the same given as *with: bin*

action.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ inputs:
2626
version:
2727
description: "Version of VTEX Toolbelt to be installed"
2828
required: false
29-
default: 3.0.0-beta-ci.3
29+
default: 4.1.0
3030

3131
runs:
3232
using: "composite"
@@ -36,9 +36,10 @@ runs:
3636
shell: bash
3737

3838
- name: "Set up Node.js"
39-
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
39+
uses: actions/setup-node@v4
4040
with:
4141
cache: yarn
42+
node-version: 20
4243

4344
- name: "Install VTEX Toolbelt"
4445
run: |

0 commit comments

Comments
 (0)