Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1b45127

Browse files
committed
fix(workflows): daily-project-check
1 parente461f7f commit1b45127

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)

[8]ページ先頭

©2009-2025 Movatter.jp