1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Add more tests for plugin rebuild

This commit is contained in:
Chocobozzz 2022-08-03 15:16:56 +02:00
parent c795e19663
commit 9427890798
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 26 additions and 4 deletions

View file

@ -73,5 +73,7 @@ export class ApplicationModel extends Model<Partial<AttributesOnly<ApplicationMo
application.nodeABIVersion = getNodeABIVersion()
application.nodeVersion = process.version
await application.save()
}
}