Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit 78f7a03

Browse files
committed
Use Node 24 for npm trusted publishing (requires npm >= 11.5.1)
1 parent 3a14032 commit 78f7a03

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: oven-sh/setup-bun@v2
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 22
18+
node-version: 24
1919
- run: bun install
2020
- run: bun run build
2121
- run: npm publish --provenance --access public

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accesslint/cli",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "CLI tool for auditing HTML accessibility using @accesslint/core",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)