File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
- uses : actions/checkout@v2
12
- - name : Use Node.js 16
12
+ - name : Use Node.js 22
13
13
uses : actions/setup-node@v1
14
14
with :
15
- node-version : 16
15
+ node-version : 22
16
16
- run : npm ci
17
17
- run : npm run build
18
18
- run : npm run lint
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
20
20
21
21
steps :
22
22
- uses : actions/checkout@v2
23
- - name : Use Node.js 16
23
+ - name : Use Node.js 22
24
24
uses : actions/setup-node@v1
25
25
with :
26
- node-version : 16
26
+ node-version : 22
27
27
- run : npm ci
28
28
- run : npm run build
29
29
- name : Create gh-pages artifact
30
- uses : actions/upload-pages-artifact@v3
30
+ uses : actions/upload-pages-artifact@v4
31
31
with :
32
32
path : build
33
33
- name : Deploy to GitHub Pages
You can’t perform that action at this time.
0 commit comments