Commit Graph

5 Commits

Author SHA1 Message Date
Claas Augner 226a3b4764 ci(workflows): disable actions/checkout credential persistance (#599) 2025-10-13 13:42:56 +02:00
Rob Wu d5fee36ec5 chore: Add package-lock.json (#550) 2023-11-03 04:39:39 +13:00
Rob Wu 31008d83eb chore: use npm install instead of npm ci in gh workflow (#549)
The project does not have a package-lock.json file, so `npm ci` does not
work. Switch to `npm install` instead.
2023-11-02 11:40:01 +13:00
Rob Wu fc984fa2e4 chore: add setup-node + npm ci to lint workflow (#548) 2023-11-01 10:40:21 +13:00
Uiolee cad65502f2 chore: update eslint and CI (#532)
* update eslint

* babel-eslint has been deprecated

* ci: update lint
2023-10-31 17:20:42 +01:00