Skip to content

Commit 19b435b

Browse files
authored
Update publish.yml
1 parent 0c3d9f1 commit 19b435b

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)