Update ci.yml

- name: Install Dependencies
  run: npm install

Signed-off-by: Cokybit <80327177+cokyman@users.noreply.github.com>
This commit is contained in:
Cokybit 2024-12-08 13:06:00 +07:00 committed by GitHub
parent 11be14d908
commit 39664bbff8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1539,3 +1539,17 @@ jobs:
echo "::error::Should have failed"
exit 1
fi
on: main
push: workfile
branches: main
- main
- release/*
- name: Install Dependencies
run: npm install