We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a99694 commit afe2d0fCopy full SHA for afe2d0f
1 file changed
.github/workflows/publish.yml
@@ -1,4 +1,4 @@
1
-name: dmv/publis-to-npm
+name: dmv/publish-to-npm
2
on:
3
release:
4
types: [published]
@@ -8,6 +8,10 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
+ - uses: actions/setup-node@v4
12
+ with:
13
+ node-version: '20'
14
+ registry-url: 'https://registry.npmjs.org'
15
- uses: oven-sh/setup-bun@v2
16
with:
17
bun-version: latest
0 commit comments