mirror of
https://github.com/actions/setup-node.git
synced 2025-02-02 07:19:34 +08:00
18 lines
225 B
YAML
18 lines
225 B
YAML
sources:
|
|
npm: true
|
|
|
|
allowed:
|
|
- apache-2.0
|
|
- 0bsd
|
|
- bsd-2-clause
|
|
- bsd-3-clause
|
|
- isc
|
|
- mit
|
|
- cc0-1.0
|
|
- unlicense
|
|
|
|
reviewed:
|
|
npm:
|
|
- name: Setup Node.js environment
|
|
uses: actions/setup-node@v4.1.0
|