mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
Update action.yml
etup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH INSTALLATION Copy and paste the following snippet into your .yml file. - name: Setup Node.js environment uses: actions/setup-node@v3.1.1
This commit is contained in:
parent
17f8bd9264
commit
8b690867b8
1 changed files with 7 additions and 0 deletions
|
@ -35,3 +35,10 @@ runs:
|
||||||
main: 'dist/setup/index.js'
|
main: 'dist/setup/index.js'
|
||||||
post: 'dist/cache-save/index.js'
|
post: 'dist/cache-save/index.js'
|
||||||
post-if: success()
|
post-if: success()
|
||||||
|
etup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH
|
||||||
|
|
||||||
|
INSTALLATION
|
||||||
|
Copy and paste the following snippet into your .yml file.
|
||||||
|
|
||||||
|
- name: Setup Node.js environment
|
||||||
|
uses: actions/setup-node@v3.1.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue