Skip to content

Commit

Permalink
Update Node.js to 20 and Upgrade VTEX CLI to 4.1.0 (#23)
Browse files Browse the repository at this point in the history
* feat: update node.js version to 20

* feat: update vtex cli version to 4.1.0

* docs: update input version documentation
  • Loading branch information
gabriel-carvalho-acct authored Jan 6, 2025
1 parent 4914d99 commit 0a7025f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# any of account, appKey or appToken is missing
workspace: master # defaults to master
bin: vtex # defaults to vtex
version: 3.0.0-beta-ci.3 # defaults to 3.0.0-beta-ci.3
version: 4.1.0 # defaults to 4.1.0
- name: Do something after the login
# The call name bellow must be the same given as *with: bin*
Expand Down
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ inputs:
version:
description: "Version of VTEX Toolbelt to be installed"
required: false
default: 3.0.0-beta-ci.3
default: 4.1.0

runs:
using: "composite"
Expand All @@ -36,9 +36,10 @@ runs:
shell: bash

- name: "Set up Node.js"
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
uses: actions/setup-node@v4
with:
cache: yarn
node-version: 20

- name: "Install VTEX Toolbelt"
run: |
Expand Down

0 comments on commit 0a7025f

Please sign in to comment.