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

follow proxy settings (#105)

This commit is contained in:
eric sciple 2020-01-27 10:37:12 -05:00 committed by GitHub
parent 9a99bb3e35
commit d123f10543
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
568 changed files with 15975 additions and 93743 deletions

4
.gitignore vendored
View file

@ -1,5 +1,5 @@
# Explicitly not ignoring node_modules so that they are included in package downloaded by runner
!node_modules/
node_modules/
lib/
__tests__/runner/*
# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore