Skip to content

Commit 8c4b48e

Browse files
committed
chore: add new step to github action
1 parent 8382e31 commit 8c4b48e

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
@@ -12,10 +12,12 @@ jobs:
1212
steps:
1313
- name: 📚 Check out Git repository
1414
uses: actions/checkout@v2
15-
- name: '🟢 Setup Node.js'
15+
- name: 🟢 Setup Node.js
1616
uses: actions/setup-node@v1
1717
with:
1818
node-version: '16'
19+
- name: Install Node.js dependencies
20+
run: npm install
1921
- name: '🚀 Publish'
2022
run: npm publish --access public
2123
env:

0 commit comments

Comments
 (0)