1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-node synced 2025-06-08 04:58:19 +02:00

download from node-versions and fallback to node dist (#147)

* download LTS versions from releases

* support upcoiming ghes 

Co-authored-by: eric sciple <ericsciple@users.noreply.github.com>
This commit is contained in:
Bryan MacFarlane 2020-05-19 09:25:54 -04:00 committed by GitHub
parent 7c6182c745
commit e434342e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 6445 additions and 1237 deletions

3
.gitignore vendored
View file

@ -2,6 +2,9 @@ node_modules/
lib/
__tests__/runner/*
validate/temp
validate/node
# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
# Logs
logs