File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,24 +27,24 @@ jobs:
27
27
strategy :
28
28
matrix :
29
29
os : [ubuntu-latest]
30
- node-version : [18 .x]
30
+ node-version : [23 .x]
31
31
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
- name : Setup Pages
36
- uses : actions/configure-pages@v2
36
+ uses : actions/configure-pages@v4
37
37
- name : Use Node.js ${{ matrix.node-version }}
38
38
uses : actions/setup-node@v2
39
39
with :
40
40
node-version : ${{ matrix.node-version }}
41
41
- run : yarn install
42
42
- run : yarn build
43
43
- name : Upload artifact
44
- uses : actions/upload-pages-artifact@v1
44
+ uses : actions/upload-pages-artifact@v3
45
45
with :
46
46
# Upload entire repository
47
47
path : ' ./build'
48
48
- name : Deploy to GitHub Pages
49
49
id : deployment
50
- uses : actions/deploy-pages@v1
50
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments