Skip to content

Commit

Permalink
ci: update node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Apr 28, 2024
1 parent e85ef8d commit aee565e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
cache: "yarn"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-ui-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
cache: "yarn"

- name: Install dependencies
Expand Down

0 comments on commit aee565e

Please sign in to comment.