File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : ' 20 '
16+ node-version : ' 24 '
1717 cache : ' npm'
1818 - run : npm ci
1919 - run : npm run lint
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : ' 20 '
16+ node-version : ' 24 '
1717 cache : ' npm'
1818 cache-dependency-path : demo/package-lock.json
1919 - name : Install demo dependencies
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release
33on :
44 workflow_run :
55 workflows : [CI]
6- branches : [master ]
6+ branches : [main ]
77 types : [completed]
88
99jobs :
2222 persist-credentials : false
2323 - uses : actions/setup-node@v4
2424 with :
25- node-version : ' 20 '
25+ node-version : ' 24 '
2626 cache : ' npm'
2727 - run : npm ci
2828 - run : npm run build
You can’t perform that action at this time.
0 commit comments