mirror of
https://github.com/actions/setup-node.git
synced 2025-01-31 12:27:12 +07: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
|