Skip to content

chore: use npm cache in check-dist.yml#124

Merged
sweatybridge merged 2 commits intosupabase:mainfrom
jongwooo:chore/use-cache-in-check-dist
Jan 30, 2023
Merged

chore: use npm cache in check-dist.yml#124
sweatybridge merged 2 commits intosupabase:mainfrom
jongwooo:chore/use-cache-in-check-dist

Conversation

@jongwooo
Copy link
Contributor

Signed-off-by: jongwooo jongwooo.han@gmail.com

What kind of change does this PR introduce?

Updated check-dist.yml to cache dependencies using actions/setup-node.

AS-IS

- name: Set up Node
  uses: actions/setup-node@v3.6.0
  with:
    node-version: 16.x

TO-BE

- name: Set up Node
  uses: actions/setup-node@v3.6.0
  with:
    node-version: 16.x
    cache: npm

Signed-off-by: jongwooo <jongwooo.han@gmail.com>
@sweatybridge sweatybridge changed the title chore: Use cache in check-dist.yml chore: use npm cache in check-dist.yml Jan 30, 2023
@sweatybridge sweatybridge enabled auto-merge (squash) January 30, 2023 03:24
@sweatybridge sweatybridge merged commit d7405cc into supabase:main Jan 30, 2023
@jongwooo jongwooo deleted the chore/use-cache-in-check-dist branch January 30, 2023 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants