Skip to content

Commit afe2d0f

Browse files
Update publish action (#228)
1 parent 2a99694 commit afe2d0f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: dmv/publis-to-npm
1+
name: dmv/publish-to-npm
22
on:
33
release:
44
types: [published]
@@ -8,6 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11+
- uses: actions/setup-node@v4
12+
with:
13+
node-version: '20'
14+
registry-url: 'https://registry.npmjs.org'
1115
- uses: oven-sh/setup-bun@v2
1216
with:
1317
bun-version: latest

0 commit comments

Comments
 (0)