1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore: testing

This commit is contained in:
Yury
2024-02-19 10:58:23 +03:00
parent fe47ca1152
commit 6afa056a86

View File

@@ -22,8 +22,8 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Check npm audit
run: npm audit --production --audit-level=low
# - name: Check npm audit
# run: npm audit --production --audit-level=low
- name: Install Dependencies
run: npm ci