mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
Require minimum node 12
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user