Skip to content

Commit

Permalink
ci: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
enell committed Jan 23, 2023
1 parent ef60b88 commit a801dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/yarn_install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 'lts/*'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
shell: bash
Expand Down

0 comments on commit a801dc6

Please sign in to comment.