Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trigger CI on node 18.17 #1434

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Clone devextreme repo
run: test -d ../devextreme_monorepo || git clone -b 23_2 https://github.com/devexpress/devextreme ../devextreme_monorepo

#Check node 18.17
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -82,6 +82,9 @@ jobs:
- name: Run tests with Angular 12
run: npm run test:dev --workspace=devextreme-angular

- name: Pack
run: npm run pack

- name: Archive internal-tools artifacts
uses: actions/upload-artifact@v3
with:
Expand Down
Loading