Skip to content

Commit 4eb0e8c

Browse files
authored
added setup-node action
1 parent 9d2372a commit 4eb0e8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/vuepress-deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@master
1212

13+
- uses: actions/setup-node@v2
14+
with:
15+
node-version: '13'
16+
1317
- name: vuepress-deploy
1418
uses: jenkey2011/vuepress-deploy@master
1519
env:

0 commit comments

Comments
 (0)