23 Commits

Author SHA1 Message Date
typicode
cc3a31edb8 chore: add linting step to Node.js workflow (#1715) 2026-02-26 23:47:10 +01:00
typicode
f4e3c92b7c chore: add tag flag for pnpm (#1688) 2026-01-21 23:54:33 +01:00
typicode
81612f5978 chore: update Node.js version to 24.x in publish workflow (#1682) 2026-01-21 01:57:00 +01:00
typicode
918080b8df Remove NODE_AUTH_TOKEN from publish workflow (#1680)
Removed NODE_AUTH_TOKEN environment variable from publish step.
2026-01-21 01:24:52 +01:00
typicode
012a5bd834 chore: update publish.yml to include permissions (#1679)
Add permissions for OIDC and content access in workflow
2026-01-21 01:09:49 +01:00
typicode
c44e0684f5 chore: update package.json version and publish script (#1678) 2026-01-20 23:44:50 +01:00
Pádraic Slattery
ae8bfc0e09 chore: Update outdated GitHub Actions version (#1677)
* chore: Update outdated GitHub Actions versions

* change setup-node in node.js.yml as well

* update actions/checkout

---------

Co-authored-by: typicode <typicode@gmail.com>
2026-01-20 23:34:15 +01:00
typicode
c3afd0fb19 fix: patch error (#1676) 2026-01-18 00:14:56 +01:00
typicode
193b12960c use TS natively and switch to pnpm (#1672)
* use TS natively

* use pnpm
2026-01-15 00:04:05 +01:00
Copilot
89c714c895 Drop Node.js 20 support and enforce erasable TypeScript syntax (#1671)
* Initial plan

* Drop Node.js 20 support, upgrade to TypeScript 5.9, add erasableSyntaxOnly, convert enum to const

Co-authored-by: typicode <5502029+typicode@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: typicode <5502029+typicode@users.noreply.github.com>
2026-01-12 22:06:45 +01:00
Copilot
03301bce83 chore: use oxlint (#1670)
* Initial plan

* Replace eslint with oxlint

Co-authored-by: typicode <5502029+typicode@users.noreply.github.com>

* Update Node version requirements to match oxlint

Co-authored-by: typicode <5502029+typicode@users.noreply.github.com>

* Update package-lock.json with correct Node version

Co-authored-by: typicode <5502029+typicode@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: typicode <5502029+typicode@users.noreply.github.com>
2026-01-12 14:55:56 +01:00
typicode
9539c03ce6 fix: npm-publish.yml 2024-08-19 15:20:15 +02:00
typicode
be2e7fce88 chore: create npm-publish.yml 2024-08-19 15:06:00 +02:00
typicode
dfc99f03cf chore: create node.js.yml 2024-01-02 18:52:45 +01:00
typicode
ef141aa530 V1 (#1468) 2024-01-02 02:44:13 +01:00
typicode
116d46bdec chore: update node.js.yml 2023-03-21 22:32:07 +01:00
typicode
0679e2c148 chore: update node.js.yml 2023-03-21 22:28:26 +01:00
typicode
b9b2c49586 fix: ci error 2023-03-08 02:29:07 +01:00
Dirk Stolle
fa60189c87 Update actions/checkout + actions/setup-node in CI to v3 (#1402) 2023-02-14 04:50:03 +01:00
Dirk Stolle
99d8004564 Fix typo in GitHub Actions workflow file (#1403) 2023-02-14 04:49:30 +01:00
typicode
55c9cfb56a chore: update node.js.yml 2021-08-02 02:19:17 +02:00
typicode
753a6f8258 chore: clean CI 2021-08-02 02:16:17 +02:00
Daniel Ruf
47c54d96cf Fix CI setup (#1046)
* Add missing NodeJS versions

* Add GitHub Actions setup

* Use latest graceful-fs version

* Pin graceful-fs to fix readstream bug
2019-11-15 04:02:23 +01:00