File tree Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -10,29 +10,22 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
# with:
15
15
# submodules: true
16
16
17
- - name : Cache node modules
18
- uses : actions/cache@v1
19
- with :
20
- path : ~/.npm
21
- key : npm-${{ hashFiles('package-lock.json') }}
22
- restore-keys : |
23
- npm-${{ hashFiles('package-lock.json') }}
24
- npm-
25
-
26
17
- name : Setup Hugo
27
- uses : peaceiris/actions-hugo@v2
18
+ uses : peaceiris/actions-hugo@v3
28
19
with :
29
20
hugo-version : ' 0.133.0'
30
21
# extended: true
31
22
32
- - name : Setup Node
33
- uses : actions/setup-node@v1
23
+ - uses : actions/setup-node@v4
34
24
with :
35
- node-version : ' 18.x'
25
+ node-version : 22
26
+ cache : ' npm'
27
+ cache-dependency-path : frontend/package-lock.json
28
+
36
29
37
30
- name : Install Tools
38
31
run : npm install -g postcss-cli autoprefixer
You can’t perform that action at this time.
0 commit comments