Skip to content

Commit c81821d

Browse files
committed
vuepress deploy node 16
1 parent cfc37bc commit c81821d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vuepress-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build and Deploy vuepress
2-
on:
2+
on:
33
push:
44
branches:
55
- master
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: '13'
15+
node-version: '16'
1616

1717
- name: vuepress-deploy
1818
uses: jenkey2011/vuepress-deploy@master

0 commit comments

Comments
 (0)