Commit Graph

62 Commits

Author SHA1 Message Date
MDLeom 0d93cc7cdd
run in windows bash 2024-06-11 12:34:24 +00:00
MDLeom ee80f8224b
check $PLATFORM value 2024-06-11 12:30:29 +00:00
MDLeom 0f001c272e
remove quote 2024-06-11 12:28:06 +00:00
MDLeom d2f3bc8feb
ci: windows bash 2024-06-11 12:26:45 +00:00
MDLeom ea2de32cd1
ci: check RUNNER_OS in windows 2024-06-11 12:17:31 +00:00
MDLeom a2c810cfb5
ci: install zstd binary 2024-06-11 12:06:41 +00:00
MDLeom 30c33c0ad3
docs: install zstd dependency explicitly
using --force --include=optional flags are excessive
This reverts commit e33fd0ed5d &
1b04f7c8f1.
2024-06-11 11:30:02 +00:00
MDLeom 18a5d8108b
test: include optional deps
to include zstd binary
2024-06-06 11:45:53 +00:00
Ming Di Leom e99e110d39
Merge pull request #155 from curbengh/dependabot/github_actions/codecov/codecov-action-4
chore(deps): bump codecov/codecov-action from 3 to 4
2024-06-05 18:46:36 +09:30
MDLeom a5f19dbe79
ci(codecov): add upload token
https://github.com/codecov/codecov-action/releases/tag/v4.0.0
2024-06-05 09:14:12 +00:00
MDLeom c3ed0c68c7
test: node 22
drop 21, EOL on 2024-06-01
2024-06-05 09:04:31 +00:00
MDLeom f92017f688
test: node 22
drop 21, EOL on 2024-06-01
2024-06-04 08:52:45 +00:00
dependabot[bot] 0abd90c78a
chore(deps): bump codecov/codecov-action from 3 to 4
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-02-01 15:46:21 +00:00
Ming Di Leom 426da85620
Merge pull request #150 from curbengh/dependabot/github_actions/actions/cache-4
chore(deps): bump actions/cache from 3 to 4
2024-01-28 21:14:53 +10:30
Ming Di Leom bfb886abac
Merge pull request #149 from curbengh/dependabot/github_actions/github/codeql-action-3
chore(deps): bump github/codeql-action from 2 to 3
2024-01-28 21:12:39 +10:30
Ming Di Leom d99caafe90
Merge pull request #145 from curbengh/dependabot/github_actions/actions/setup-node-4
chore(deps): bump actions/setup-node from 3 to 4
2024-01-28 21:10:18 +10:30
dependabot[bot] 81ceea413d
chore(deps): bump actions/cache from 3 to 4
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-01-18 15:37:36 +00:00
dependabot[bot] 8e937ead21
chore(deps): bump github/codeql-action from 2 to 3
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>
2023-12-13 15:52:54 +00:00
MDLeom 7809098034
ci: node 20
active lts
2023-12-12 08:33:33 +00:00
MDLeom dffeb0cfc7
test: node 21 2023-12-12 08:30:27 +00:00
dependabot[bot] bfcd93edb7
chore(deps): bump actions/setup-node from 3 to 4
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-10-24 15:47:02 +00:00
dependabot[bot] cf7e8f675c
chore(deps): bump actions/checkout from 3 to 4
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-01 04:48:01 +00:00
MDLeom 3523b0fd98
chore(node): drop Node 16
BREAKING CHANGE
Node 16 EOL 2023-09-11
2023-10-01 04:46:39 +00:00
MDLeom dbed65ffeb
feat(ci): run linux jobs using Bun 2023-10-01 04:05:08 +00:00
MDLeom 793bcd81c4
chore(node): require node 16+
- node 14 EOL 2023-04-30
- add node 20
2023-05-06 06:04:21 +00:00
MDLeom 8258359f6b
ci(tester): add node 19 2022-11-05 02:02:16 +00:00
MDLeom 777ffabd2b
ci: run snyk & semgrep weekly 2022-10-09 08:00:56 +00:00
MDLeom c3b899556a
chore(ga-deps): use latest minor version 2022-10-09 07:58:57 +00:00
MDLeom b54324c154
ci: semgrep init 2022-10-09 07:32:00 +00:00
MDLeom d54ed360be
chore(node): use Node 16 on codeql 2022-05-17 00:40:28 +00:00
MDLeom 1ae4d77071
chore(dev-deps): bump setup-node from 3.1.1 to 3.2.0 2022-05-17 00:37:59 +00:00
MDLeom 0f73e6ed98
chore(dev-deps): bump codeql-action from 1 to 2 2022-05-17 00:36:57 +00:00
MDLeom 79f15acb79
ci(snyk): run snyk on codeql bump 2022-05-17 00:35:52 +00:00
MDLeom 2ae5520a60
ci(snyk): separate test & monitor 2022-05-13 01:27:05 +00:00
MDLeom ef46c3c6d9
ci(synk): run test & upload to codeql 2022-05-13 01:00:45 +00:00
MDLeom 0623de5252
chore(node): drop Node 12 & 17, add 18
BREAKING CHANGE
2022-05-04 03:17:49 +00:00
MDLeom fbb2c71e87
chore(actions): bump codecov-action from 2.1.0 to 3.1.0 2022-05-04 02:38:28 +00:00
MDLeom b3d09fec7a
chore(actions): bump setup-node from 2.4.1 to 3.1.1 2022-05-04 02:36:40 +00:00
MDLeom 3edbe68008
chore(actions): bump cache from 2.1.6 to 3.0.2 2022-05-04 02:35:32 +00:00
MDLeom 1833ffa76e
chore(actions): bump checkout from 2.3.4 to 3.0.2 2022-05-04 02:35:02 +00:00
MDLeom 4a271929d5
chore(ci): Node 17 2021-10-20 08:56:46 +00:00
MDLeom 282a905305
chore(ci): drop Node 15
- EOL 2021-06-01
2021-10-16 09:54:49 +00:00
Ming Di Leom 0e66fc81cf
Merge pull request #78 from curbengh/dependabot/github_actions/actions/setup-node-2.4.1
chore(deps): bump actions/setup-node from 2.1.5 to 2.4.1
2021-10-16 20:04:45 +10:30
Ming Di Leom 7178b50186
Merge pull request #75 from curbengh/dependabot/github_actions/codecov/codecov-action-2.1.0
chore(deps): bump codecov/codecov-action from 1 to 2.1.0
2021-10-16 20:03:55 +10:30
dependabot[bot] 3ce4b69991
chore(deps): bump actions/setup-node from 2.1.5 to 2.4.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 2.4.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.5...v2.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-16 09:29:53 +00:00
Ming Di Leom 1f775df118
Merge pull request #58 from curbengh/dependabot/github_actions/actions/cache-2.1.6
chore(deps): bump actions/cache from 2.1.4 to 2.1.6
2021-10-16 19:59:45 +10:30
dependabot[bot] ed5d09c803
chore(deps): bump codecov/codecov-action from 1 to 2.1.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v2.1.0)

---
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>
2021-09-13 15:02:16 +00:00
dependabot[bot] 460bb9c035
chore(deps): bump actions/cache from 2.1.4 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 05:22:05 +00:00
dependabot[bot] eca9b2b7c9
chore(deps): bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.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/v2...v2.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 05:09:55 +00:00
MDLeom 7aa2f90e52
chore(ci): add Node 16
- released 2021-04-20
2021-04-25 08:48:55 +00:00