Skip to content

Commit 1b45127

Browse files
committed
fix(workflows): daily-project-check
1 parent e461f7f commit 1b45127

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/daily-project-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [16.x]
15+
node-version: [16.x, 18.x]
1616
os: [ubuntu-latest, windows-latest, macOS-latest]
1717

1818
steps:
@@ -24,6 +24,7 @@ jobs:
2424
- name: project check
2525
run: |
2626
npm i
27+
npm run build:icons:prod
2728
npm run build:lib:prod
2829
npm run lint:lib
2930
npm run test:lib:prod

0 commit comments

Comments
 (0)