File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v3
14
14
- uses : actions/setup-node@v3
15
15
with :
16
- node-version : 18
16
+ node-version : 20
17
17
- run : npm ci
18
18
- run : npm pack
19
19
- uses : actions/upload-artifact@v3
26
26
steps :
27
27
- uses : actions/checkout@v3
28
28
- uses : actions/setup-node@v3
29
- with : { node-version: latest }
29
+ with :
30
+ node-version : 20
30
31
- run : npm ci
31
32
- run : npx prettier --check .
32
33
35
36
steps :
36
37
- uses : actions/checkout@v3
37
38
- uses : actions/setup-node@v3
38
- with : { node-version: latest }
39
+ with :
40
+ node-version : 20
39
41
- run : npm ci
40
42
- run : npx remark --frail .
41
43
51
53
steps :
52
54
- uses : actions/setup-node@v3
53
55
with :
54
- node-version : 18
56
+ node-version : 20
55
57
registry-url : https://registry.npmjs.org
56
58
- uses : actions/download-artifact@v3
57
59
with : { name: package }
You can’t perform that action at this time.
0 commit comments