Skip to content

Commit 9528981

Browse files
committed
Use npm to publish
Signed-off-by: Rahul Krishna <[email protected]>
1 parent faae645 commit 9528981

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454

55+
- name: Set up Node.js
56+
uses: actions/setup-node@v4
57+
with:
58+
node-version: "22"
59+
5560
- name: Publish package to npm via npm
5661
run: npm publish --access public
5762
env:

0 commit comments

Comments
 (0)