0

Update publish-js-sdk.yml

This commit is contained in:
rafaelsideguide 2024-06-06 13:54:21 -03:00
parent 0a3846dc3f
commit afc402144d

View File

@ -1,4 +1,4 @@
name: Publish Package to npm
name: Publish JavaScript SDK
on:
pull_request:
@ -17,7 +17,10 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
node-version: '20'
registry-url: 'https://registry.npmjs.org/'
scope: '@mendable'
always-auth: true
- name: Install pnpm
run: npm install -g pnpm
@ -44,5 +47,3 @@ jobs:
run: |
npm run publish
working-directory: ./apps/js-sdk/firecrawl