fix(ci): Set node versions in ci
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "26"
|
||||
node-version: "latest"
|
||||
cache: "npm"
|
||||
|
||||
- name: Install dependencies
|
||||
@@ -226,4 +226,3 @@ jobs:
|
||||
- name: Security audit
|
||||
run: npm audit --audit-level=moderate
|
||||
continue-on-error: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user