Skip to content

Commit ecf7aeb

Browse files
committed
fix npm publish
Signed-off-by: Haytham Abuelfutuh <[email protected]>
1 parent 74bc4ae commit ecf7aeb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish-npm.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ jobs:
1919
steps:
2020
- name: Checkout code
2121
uses: actions/checkout@v4
22-
2322
- name: Debug Info
2423
run: |
2524
pwd
2625
ls -la
27-
26+
- uses: actions/setup-node@v1
27+
with:
28+
node-version: "20.x"
29+
registry-url: "https://registry.npmjs.org"
2830
- name: Set version in npm package
2931
run: |
3032
# v1.2.3 get 1.2.3

0 commit comments

Comments
 (0)