Archived
1
0

Require minimum node 12

This commit is contained in:
Anmol Sethi
2020-05-14 21:37:58 -04:00
parent 40778b15ca
commit d4b3d21dce
7 changed files with 21 additions and 4 deletions

View File

@ -11,7 +11,7 @@ main() {
download_artifact npm-package ./release
# https://github.com/actions/upload-artifact/issues/38
chmod +x $(grep -rl '^#!/.\+' release)
chmod +x $(grep -rl '^#!/.*' release)
yarn publish --non-interactive release
}