File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
- name : Install pnpm
20
20
uses : pnpm/action-setup@v2
21
21
22
- - name : Set node version to 16
22
+ - name : Set node version to 20
23
23
uses : actions/setup-node@v3
24
24
with :
25
- node-version : 16
25
+ node-version : 20
26
26
cache : ' pnpm'
27
27
28
28
- run : pnpm install --frozen-lockfile
@@ -38,10 +38,10 @@ jobs:
38
38
- name : Install pnpm
39
39
uses : pnpm/action-setup@v2
40
40
41
- - name : Set node version to 16
41
+ - name : Set node version to 20
42
42
uses : actions/setup-node@v3
43
43
with :
44
- node-version : 16
44
+ node-version : 20
45
45
cache : ' pnpm'
46
46
47
47
- run : pnpm install
@@ -57,10 +57,10 @@ jobs:
57
57
- name : Install pnpm
58
58
uses : pnpm/action-setup@v2
59
59
60
- - name : Set node version to 16
60
+ - name : Set node version to 20
61
61
uses : actions/setup-node@v3
62
62
with :
63
- node-version : 16
63
+ node-version : 20
64
64
cache : ' pnpm'
65
65
66
66
- run : pnpm install
Original file line number Diff line number Diff line change 1
1
[build .environment ]
2
- NODE_VERSION = " 16 "
2
+ NODE_VERSION = " 20 "
3
3
4
4
[build ]
5
5
publish = " packages/docs/.vitepress/dist"
You can’t perform that action at this time.
0 commit comments