File tree 2 files changed +14
-14
lines changed 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v4.1.1
15
+ uses : actions/checkout@v2
16
16
17
17
- name : Setup Node.js
18
- uses : actions/setup-node@v4.0.2
18
+ uses : actions/setup-node@v2
19
19
with :
20
- node-version : 20
20
+ node-version : 14
21
21
22
22
- name : Install
23
23
run : npm ci
@@ -31,12 +31,12 @@ jobs:
31
31
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v4.1.1
34
+ uses : actions/checkout@v2
35
35
36
36
- name : Setup Node.js
37
- uses : actions/setup-node@v4.0.2
37
+ uses : actions/setup-node@v2
38
38
with :
39
- node-version : 20
39
+ node-version : 14
40
40
41
41
- name : Setup Markdown
42
42
uses : xt0rted/markdownlint-problem-matcher@v1
@@ -52,12 +52,12 @@ jobs:
52
52
53
53
steps :
54
54
- name : Checkout
55
- uses : actions/checkout@v4.1.1
55
+ uses : actions/checkout@v2
56
56
57
57
- name : Setup Node.js
58
- uses : actions/setup-node@v4.0.2
58
+ uses : actions/setup-node@v2
59
59
with :
60
- node-version : 20
60
+ node-version : 14
61
61
62
62
- name : Cache
63
63
id : cache
Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ jobs:
13
13
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v4.1.1
16
+ uses : actions/checkout@v2
17
17
with :
18
18
fetch-depth : 0
19
19
20
20
- name : Setup
21
- uses : actions/setup-node@v4.0.2
21
+ uses : actions/setup-node@v2
22
22
with :
23
- node-version : 20
23
+ node-version : 14
24
24
25
25
- name : Cache
26
26
id : cache
27
- uses : actions/cache@v4.0.2
27
+ uses : actions/cache@v2
28
28
with :
29
29
path : ./node_modules
30
30
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
40
40
NODE_ENV : production
41
41
42
42
- name : Deploy
43
- uses : peaceiris/actions-gh-pages@v4.0.0
43
+ uses : peaceiris/actions-gh-pages@v3
44
44
with :
45
45
cname : support.system76.com
46
46
github_token : ${{ secrets.RELEASE_TOKEN }}
You can’t perform that action at this time.
0 commit comments