Skip to content

Commit 069ca47

Browse files
committed
ci: im losign my mding
1 parent 15abfbb commit 069ca47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-publish-npm.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [22.x]
20+
node-version: [24.x]
2121

2222
permissions:
2323
contents: write # For pushing Git tags and creating releases
@@ -79,3 +79,5 @@ jobs:
7979
publish: NODE_AUTH_TOKEN="" npm run publish-package
8080
commit: ${{ env.COMMIT_MSG }}
8181
title: ${{ env.PR_TITLE }}
82+
env:
83+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)