Skip to content

Commit 1cb2423

Browse files
committed
simplify tests, upgrade node
1 parent c4cc3eb commit 1cb2423

File tree

5 files changed

+777
-654
lines changed

5 files changed

+777
-654
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ jobs:
1818
- name: setup node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 'v18.16.0'
21+
node-version: 'v21.6.2'
2222
- name: install
2323
run: npm install
2424
- name: test build
25-
run: npm run test:build
26-
- name: test a11y
25+
run: npm run test
2726
env:
2827
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
29-
run: npm run test:a11y
3028
- name: build for deployment
3129
run: npm run build
3230
- name: deploy

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ jobs:
1818
- name: setup node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 'v18.16.0'
21+
node-version: 'v21.6.2'
2222
- name: install
2323
run: npm install
2424
- name: test build
25-
run: npm run test:build
26-
- name: test a11y
25+
run: npm run test
2726
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 }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.16.0
1+
v21.6.2

0 commit comments

Comments
 (0)