Skip to content

Commit fac8eb9

Browse files
authored
Merge pull request #78 from Workable/fix/publish-node-24-trusted-publishing
fix: bump publish workflow to Node 24 for npm trusted publishing
2 parents 4c0cd57 + 075cbb4 commit fac8eb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6
1818
- uses: actions/setup-node@v6
1919
with:
20-
node-version: 22
20+
node-version: 24
2121
registry-url: https://registry.npmjs.org/
2222
- run: npm ci
2323
- run: npm run build

0 commit comments

Comments
 (0)