Skip to content

Commit c9eed88

Browse files
committed
feat: add checkout and Node.js setup steps in npm publish workflow
1 parent 88acc18 commit c9eed88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-npm-sdk.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
set-publish-version:
1818
runs-on: ubuntu-latest
1919
steps:
20+
- name: Checkout code
21+
uses: actions/checkout@v4
22+
- name: Set up Node.js
23+
uses: actions/setup-node@v4
2024
- name: Set publish version
2125
id: set-publish-version
2226
if: github.event.inputs.tag == 'nightly'

0 commit comments

Comments
 (0)