Skip to content

Commit 2193096

Browse files
committedDec 3, 2024·
build: Fix release action node version
1 parent e080c60 commit 2193096

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
id: release
1616
with:
1717
release-type: node
18-
package-name: blob-fetcher
1918
- name: Checkout
2019
uses: actions/checkout@v3
2120
if: ${{ steps.release.outputs.release_created }}
@@ -25,7 +24,7 @@ jobs:
2524
- name: Setup Node
2625
uses: actions/setup-node@v3
2726
with:
28-
node-version: 18
27+
node-version-file: package.json
2928
registry-url: https://registry.npmjs.org/
3029
cache: 'pnpm'
3130
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)
Please sign in to comment.