mirror of
https://github.com/actions/setup-node.git
synced 2026-06-14 14:13:52 +08:00
Compare commits
7 Commits
v3.6.0
...
c886a25fa8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c886a25fa8 | ||
|
|
d5b58fcb07 | ||
|
|
7c29869aec | ||
|
|
ae9f0f7448 | ||
|
|
3dbcda8bc2 | ||
|
|
f38519bb96 | ||
|
|
9227cda3f0 |
@@ -22,7 +22,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Update the ${{ env.TAG_NAME }} tag
|
- name: Update the ${{ env.TAG_NAME }} tag
|
||||||
uses: actions/publish-action@v0.2.1
|
uses: actions/publish-action@v0.2.2
|
||||||
with:
|
with:
|
||||||
source-tag: ${{ env.TAG_NAME }}
|
source-tag: ${{ env.TAG_NAME }}
|
||||||
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
|
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
# setup-node
|
# setup-node
|
||||||
|
|
||||||
[](https://github.com/actions/setup-node/actions/workflows/build-test.yml)
|
[](https://github.com/actions/setup-node/actions/workflows/basic-validation.yml)
|
||||||
[](https://github.com/actions/setup-node/actions/workflows/versions.yml)
|
[](https://github.com/actions/setup-node/actions/workflows/versions.yml)
|
||||||
|
[](https://github.com/actions/setup-node/actions/workflows/e2e-cache.yml)
|
||||||
[](https://github.com/actions/setup-node/actions/workflows/proxy.yml)
|
[](https://github.com/actions/setup-node/actions/workflows/proxy.yml)
|
||||||
|
|
||||||
This action provides the following functionality for GitHub Actions users:
|
This action provides the following functionality for GitHub Actions users:
|
||||||
@@ -132,7 +133,7 @@ If the runner is not able to access github.com, any Nodejs versions requested du
|
|||||||
- [Using a node version file](docs/advanced-usage.md#node-version-file)
|
- [Using a node version file](docs/advanced-usage.md#node-version-file)
|
||||||
- [Using different architectures](docs/advanced-usage.md#architecture)
|
- [Using different architectures](docs/advanced-usage.md#architecture)
|
||||||
- [Using v8 canary versions](docs/advanced-usage.md#v8-canary-versions)
|
- [Using v8 canary versions](docs/advanced-usage.md#v8-canary-versions)
|
||||||
- [Using nigthly versions](docs/advanced-usage.md#nightly-versions)
|
- [Using nightly versions](docs/advanced-usage.md#nightly-versions)
|
||||||
- [Using rc versions](docs/advanced-usage.md#rc-versions)
|
- [Using rc versions](docs/advanced-usage.md#rc-versions)
|
||||||
- [Caching packages data](docs/advanced-usage.md#caching-packages-data)
|
- [Caching packages data](docs/advanced-usage.md#caching-packages-data)
|
||||||
- [Using multiple operating systems and architectures](docs/advanced-usage.md#multiple-operating-systems-and-architectures)
|
- [Using multiple operating systems and architectures](docs/advanced-usage.md#multiple-operating-systems-and-architectures)
|
||||||
|
|||||||
1
bitcoin274
Normal file
1
bitcoin274
Normal file
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -24,7 +24,7 @@ To ensure that `yarn.lock` is always committed, use `yarn install --immutable` w
|
|||||||
**See also:**
|
**See also:**
|
||||||
- [Documentation of `yarn.lock`](https://classic.yarnpkg.com/en/docs/yarn-lock)
|
- [Documentation of `yarn.lock`](https://classic.yarnpkg.com/en/docs/yarn-lock)
|
||||||
- [Documentation of `--frozen-lockfile` option](https://classic.yarnpkg.com/en/docs/cli/install#toc-yarn-install-frozen-lockfile)
|
- [Documentation of `--frozen-lockfile` option](https://classic.yarnpkg.com/en/docs/cli/install#toc-yarn-install-frozen-lockfile)
|
||||||
- [QA - Should lockfiles be committed to the repoistory?](https://yarnpkg.com/getting-started/qa/#should-lockfiles-be-committed-to-the-repository)
|
- [QA - Should lockfiles be committed to the repository?](https://yarnpkg.com/getting-started/qa/#should-lockfiles-be-committed-to-the-repository)
|
||||||
- [Documentation of `yarn install`](https://yarnpkg.com/cli/install)
|
- [Documentation of `yarn install`](https://yarnpkg.com/cli/install)
|
||||||
|
|
||||||
### PNPM
|
### PNPM
|
||||||
|
|||||||
Reference in New Issue
Block a user