File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,22 +32,22 @@ jobs:
32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : Checkout
35
- uses : actions/checkout@v3
35
+ uses : actions/checkout@v4
36
36
- name : Set up Node.js
37
- uses : actions/setup-node@v3
37
+ uses : actions/setup-node@v4
38
38
with :
39
- node-version : 18 .x
39
+ node-version : 20 .x
40
40
cache : yarn
41
41
- name : Install dependencies
42
42
run : yarn install --frozen-lockfile --non-interactive
43
43
- name : Build
44
44
run : yarn build
45
45
- name : Setup Pages
46
- uses : actions/configure-pages@v3
46
+ uses : actions/configure-pages@v4
47
47
- name : Upload artifact
48
- uses : actions/upload-pages-artifact@v2
48
+ uses : actions/upload-pages-artifact@v3
49
49
with :
50
50
path : build
51
51
- name : Deploy to GitHub Pages
52
52
id : deployment
53
- uses : actions/deploy-pages@v2
53
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments