Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
source_repo: hoverkraft-tech/ci-github-nodejs
source_path: CONTRIBUTING.md
source_branch: main
source_run_id: 27055302207
last_synced: 2026-06-06T06:50:14.639Z
source_run_id: 29105904746
last_synced: 2026-07-10T16:11:09.572Z
---

# Contributing
Expand All @@ -17,11 +17,11 @@ Please note we have a code of conduct, please follow it in all your interactions

1. Ensure any install or build dependencies are removed before the end of the layer when doing a
build.
2. Update the README.md with details of changes to the interface, this includes new environment
1. Update the README.md with details of changes to the interface, this includes new environment
variables, exposed ports, useful file locations and container parameters.
3. Increase the version numbers in any examples files and the README.md to the new version that this
1. Increase the version numbers in any examples files and the README.md to the new version that this
Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
1. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
do not have permission to do that, you may request the second reviewer to merge it for you.

## Code of Conduct
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Build
source_repo: hoverkraft-tech/ci-github-nodejs
source_path: actions/build/README.md
source_branch: main
source_run_id: 27055302207
last_synced: 2026-06-06T06:50:14.639Z
source_run_id: 29105904746
last_synced: 2026-07-10T16:11:09.572Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Codecov
source_repo: hoverkraft-tech/ci-github-nodejs
source_path: actions/codecov/README.md
source_branch: main
source_run_id: 27055302207
last_synced: 2026-06-06T06:50:14.639Z
source_run_id: 29105904746
last_synced: 2026-07-10T16:11:09.572Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Dependencies Cache
source_repo: hoverkraft-tech/ci-github-nodejs
source_path: actions/dependencies-cache/README.md
source_branch: main
source_run_id: 27055302207
last_synced: 2026-06-06T06:50:14.639Z
source_run_id: 29105904746
last_synced: 2026-07-10T16:11:09.572Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Get Package Manager
source_repo: hoverkraft-tech/ci-github-nodejs
source_path: actions/get-package-manager/README.md
source_branch: main
source_run_id: 27055302207
last_synced: 2026-06-06T06:50:14.639Z
source_run_id: 29105904746
last_synced: 2026-07-10T16:11:09.572Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Has Installed Dependencies
source_repo: hoverkraft-tech/ci-github-nodejs
source_path: actions/has-installed-dependencies/README.md
source_branch: main
source_run_id: 27055302207
last_synced: 2026-06-06T06:50:14.639Z
source_run_id: 29105904746
last_synced: 2026-07-10T16:11:09.572Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Lint
source_repo: hoverkraft-tech/ci-github-nodejs
source_path: actions/lint/README.md
source_branch: main
source_run_id: 27055302207
last_synced: 2026-06-06T06:50:14.639Z
source_run_id: 29105904746
last_synced: 2026-07-10T16:11:09.572Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Package
source_repo: hoverkraft-tech/ci-github-nodejs
source_path: actions/package/README.md
source_branch: main
source_run_id: 27055302207
last_synced: 2026-06-06T06:50:14.639Z
source_run_id: 29105904746
last_synced: 2026-07-10T16:11:09.572Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Setup Node
source_repo: hoverkraft-tech/ci-github-nodejs
source_path: actions/setup-node/README.md
source_branch: main
source_run_id: 27055302207
last_synced: 2026-06-06T06:50:14.639Z
source_run_id: 29105904746
last_synced: 2026-07-10T16:11:09.572Z
---

<!-- header:start -->
Expand Down Expand Up @@ -65,12 +65,12 @@ Action to setup Node.js and install dependencies according to the package manage

## Inputs

| **Input** | **Description** | **Required** | **Default** |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ----------- |
| **`dependencies-cache`** | List of dependencies for which the cache should be managed | **false** | - |
| **`working-directory`** | Working directory where the dependencies are installed. | **false** | `.` |
| | Can be absolute or relative to the repository root. | | |
| **`registry-url`** | Optional registry to set up for auth. | **false** | - |
| **Input** | **Description** | **Required** | **Default** |
| ------------------------ | --------------------------------------------------------------------- | ------------ | ----------- |
| **`dependencies-cache`** | List of dependencies for which the cache should be managed | **false** | - |
| **`working-directory`** | Working directory where the dependencies are installed. | **false** | `.` |
| | Can be absolute or relative to the repository root. | | |
| **`registry-url`** | Optional registry to set up for auth. | **false** | - |
| | See [https://github.com/actions/setup-node?tab=readme-ov-file#usage](https://github.com/actions/setup-node?tab=readme-ov-file#usage). | | |

<!-- inputs:end -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Test
source_repo: hoverkraft-tech/ci-github-nodejs
source_path: actions/test/README.md
source_branch: main
source_run_id: 27055302207
last_synced: 2026-06-06T06:50:14.639Z
source_run_id: 29105904746
last_synced: 2026-07-10T16:11:09.572Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Github
description: Overview for Github
sidebar_label: Github
title: GitHub
description: Overview for GitHub
sidebar_label: GitHub
---

This page is generated automatically to introduce the GitHub documentation section.
Loading
Loading