Commit Graph

43 Commits

Author SHA1 Message Date
mutoe 6dbfbe9d03
ci: upgrade to nodejs 22 2024-08-09 11:43:56 +08:00
mutoe 187fef1def
ci: update pnpm version in the CI 2024-08-09 10:28:47 +08:00
dependabot[bot] 22c9fd4605 chore(deps): bump pnpm/action-setup from 3 to 4 in /.github/workflows
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 4.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](https://github.com/pnpm/action-setup/compare/v3...v4)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-07 20:26:36 +08:00
dependabot[bot] 15798dd35e chore(deps): bump codecov/codecov-action in /.github/workflows
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-02 17:31:21 +08:00
dependabot[bot] 38a412f3f4 chore(deps): bump actions/cache from 3 to 4 in /.github/workflows
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-02 17:31:07 +08:00
dependabot[bot] 882232b042 chore(deps): bump pnpm/action-setup from 2 to 3 in /.github/workflows
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 3.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](https://github.com/pnpm/action-setup/compare/v2...v3)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-02 17:28:04 +08:00
dependabot[bot] e5a2a0aae8 chore(deps): bump github/codeql-action from 2 to 3 in /.github/workflows
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 00:43:02 +08:00
mutoe e73cb0ae3c
chore: fix pipeline script 2023-12-12 00:20:12 +08:00
mutoe ac3c831e2b
chore: update eslint rules 2023-12-11 22:33:54 +08:00
dependabot[bot] ea875a842a chore(deps): bump actions/setup-node from 3 to 4 in /.github/workflows
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 15:08:35 +08:00
dependabot[bot] b4ac298083 chore(deps): bump actions/checkout from 3 to 4 in /.github/workflows
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 15:15:47 +08:00
mutoe de941508b8 ci: fix unit test pipeline 2023-09-08 11:15:13 +08:00
mutoe 94a8774756
ci: update versions 2023-09-07 16:40:07 +08:00
dependabot[bot] 2ed7786949 chore(deps): bump pnpm/action-setup in /.github/workflows
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.2.4 to 2.4.0.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](https://github.com/pnpm/action-setup/compare/v2.2.4...v2.4.0)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-27 00:54:36 +08:00
mutoe 76f2e149a0
chore: split ci on pull request and push action 2023-08-01 10:42:26 +08:00
dependabot[bot] 4de6c58070 chore(deps): bump actions/checkout from 2 to 3 in /.github/workflows
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-03 00:23:45 +08:00
dependabot[bot] 1c5c414d93 chore(deps): bump codecov/codecov-action in /.github/workflows
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-03 00:23:17 +08:00
dependabot[bot] 5608e8792f chore(deps): bump github/codeql-action from 1 to 2 in /.github/workflows
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-03 00:00:36 +08:00
mutoe 718eca652e
ci: fix github action cache key 2022-12-01 23:45:27 +08:00
mutoe 5173b4a4dd
ci: fix cypress cache issue 2022-12-01 23:36:43 +08:00
mutoe 7bbca095e1
ci: fix pipeline arguments 2022-12-01 21:34:46 +08:00
mutoe d1e94c1efa
chore: change package manager to pnpm 2022-12-01 21:28:32 +08:00
mutoe 5f725fa878
ci: add health check pipeline 2022-06-12 01:05:41 +08:00
mutoe d03aa7a99c
ci: update pipeline setup 2022-06-11 22:08:27 +08:00
mutoe 59a444d2d4
chore: setup CI node version to 16 2021-12-06 23:20:54 +08:00
mutoe 1853d7a5fc
chore: using vue-tsc for typecheck 2021-04-24 17:51:11 +08:00
mutoe 5e8b682b84
ci: remove deploy in pipeline (replace with vercel) 2021-04-05 12:53:12 +08:00
mutoe 06ebf9ed1c ci: update dependabot upgrade policy 2021-03-15 23:57:51 +08:00
Dongsen 179e2429bb
Create codeql-analysis.yml 2021-03-15 23:41:29 +08:00
mutoe 4dfad41b0e chore: remove serve (using vite preview instead) 2021-03-07 16:49:49 +08:00
mutoe 024b43f950 chore: fix cypress record upload 2021-03-01 00:11:25 +08:00
mutoe 9e5ce559ae
chore: setup dependabot 2021-02-28 23:52:23 +08:00
mutoe eaee30773f chore: split lint jobs 2021-02-28 14:51:28 +08:00
mutoe b49ba0e91c chore: setup coverage report 2021-02-28 14:44:16 +08:00
mutoe 97cb4167a5 chore: fix deploy workflow trigger issue 2021-02-28 13:59:36 +08:00
mutoe 13bd7b8985 chore: fix e2e script 2021-02-28 13:53:19 +08:00
mutoe a774e509c4 chore: setup e2e tests 2021-02-28 13:50:56 +08:00
mutoe 8e12e4af44 chore: optimize lint script 2021-02-28 01:15:55 +08:00
mutoe 2380bd9f8f chore: fix pipeline node version 2021-02-28 00:55:48 +08:00
mutoe d0d6ca91b4 chore: optimize scripts for check and tests 2021-02-26 21:42:05 +08:00
mutoe 83572f580b
chore: fix github pages 2020-10-28 22:10:09 +08:00
mutoe 5813c29448 chore: fix build public path 2020-10-06 20:40:39 +08:00
mutoe 6f61ced192 chore: setup CI 2020-09-27 23:57:55 +08:00