Skip to content

Commit

Permalink
ci(githb actions): update node version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMunizOdoo committed Oct 20, 2023
1 parent 5501d65 commit 8c1a7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: '16'
node-version: '20'

- name: Get node modules cache
id: yarn-cache
Expand Down

0 comments on commit 8c1a7fe

Please sign in to comment.