mirror of
https://github.com/actions/setup-node.git
synced 2025-04-20 03:50:53 +00:00
Update action.yml
This commit is contained in:
parent
d98fa11138
commit
2ce5f03736
@ -37,3 +37,7 @@ 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()
|
||||||
|
- name: Setup Node.js environment
|
||||||
|
uses: actions/setup-node@v2.5.2
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user