Skip to content

Commit 2dcb870

Browse files
gdenchevprogDimitar-Goshev
authored andcommitted
chore: update ci workflow
1 parent 054206b commit 2dcb870

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
- name: Setup NodeJS
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: '18'
23+
node-version: '22'
2424

2525
- name: Install
2626
run: npm ci --no-audit --no-fund
2727

2828
- name: Build scripts
2929
run: npx gulp scripts
3030

31-
- name: Karma
32-
run: npx gulp karma-ci
31+
- name: Tests
32+
run: npm run test
3333
env:
3434
CHROME_BIN: /usr/bin/google-chrome

0 commit comments

Comments
 (0)