Skip to content

Commit

Permalink
ci: 👷 use node lts for gh build action
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Dec 31, 2023
1 parent 16e0582 commit c7f9c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: 'lts/*'
- name: Install dependencies
run: yarn install
- name: Format code
Expand Down

0 comments on commit c7f9c68

Please sign in to comment.