mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #1872] [MERGED] ci(workflow): add cache to workflows using actions/setup-node #3537
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#3537
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/1872
Author: @oscard0m
Created: 10/12/2021
Status: ✅ Merged
Merged: 10/16/2021
Merged by: @liyasthomas
Base:
main← Head:add-cache-to-node-workflows📝 Commits (6)
adf4c64ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows9938e04fix(workflow/tests): use 'pnpm' cache insteadf13ce02refactor(workflow/tests): remove redundant 'actions/cache' step667a3d6Merge branch 'main' into add-cache-to-node-workflows662198bfix(workflows): test.yml installs pnpm before trying to use its cache086cd67ci(workflow): use node before installing pnpm📊 Changes
1 file changed (+6 additions, -10 deletions)
View changed files
📝
.github/workflows/tests.yml(+6 -10)📄 Description
Description
Add
cacheto workflows usingactions/setup-nodeContext
setup-nodeGitHub Action just released a new option to add cache to steps using it.You can find the details here: https://github.blog/changelog/2021-07-02-github-actions-setup-node-now-supports-dependency-caching/
🤖 This PR has been generated automatically by this octoherd script, feel free to run it in your GitHub user/org repositories! 💪🏾
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.