File tree Expand file tree Collapse file tree 5 files changed +777
-654
lines changed Expand file tree Collapse file tree 5 files changed +777
-654
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,13 @@ jobs:
18
18
- name : setup node
19
19
uses : actions/setup-node@v4
20
20
with :
21
- node-version : ' v18.16.0 '
21
+ node-version : ' v21.6.2 '
22
22
- name : install
23
23
run : npm install
24
24
- name : test build
25
- run : npm run test:build
26
- - name : test a11y
25
+ run : npm run test
27
26
env :
28
27
LHCI_GITHUB_APP_TOKEN : ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
29
- run : npm run test:a11y
30
28
- name : build for deployment
31
29
run : npm run build
32
30
- name : deploy
Original file line number Diff line number Diff line change @@ -18,12 +18,10 @@ jobs:
18
18
- name : setup node
19
19
uses : actions/setup-node@v4
20
20
with :
21
- node-version : ' v18.16.0 '
21
+ node-version : ' v21.6.2 '
22
22
- name : install
23
23
run : npm install
24
24
- name : test build
25
- run : npm run test:build
26
- - name : test a11y
25
+ run : npm run test
27
26
env :
28
- LHCI_GITHUB_APP_TOKEN : ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
29
- run : npm run test:a11y
27
+ LHCI_GITHUB_APP_TOKEN : ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
Original file line number Diff line number Diff line change 1
- v18.16.0
1
+ v21.6.2
You can’t perform that action at this time.
0 commit comments