1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-09 18:35:51 +00:00
This commit is contained in:
Kiriii 2019-12-01 07:42:19 +01:00 committed by GitHub
commit cf3ac30169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,3 +19,5 @@ inputs:
runs:
using: 'node12'
main: 'lib/setup-node.js'
- name: Setup Node.js for use with actions
uses: actions/setup-node@v1.1.0