Skip to content

Commit 1057afe

Browse files
authored
Merge pull request #5 from logicwind/bhavesh-lw-patch-2
Update publish.yml
2 parents 0c3d9f1 + 19b435b commit 1057afe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ jobs:
1919
steps:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2121
- uses: actions/checkout@v2
22-
- uses: actions/setup-node@v1
22+
- uses: actions/setup-node@v3
2323
with:
2424
node-version: 12
25+
- name: Install Dependencies
26+
run: npm install
2527
- uses: JS-DevTools/npm-publish@v1
2628
with:
2729
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)