1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 17:41:18 +01:00

Update test.yml

This commit is contained in:
Minionguyjpro
2023-12-10 13:58:51 +01:00
committed by GitHub
parent 97f427c675
commit ef9928da71

View File

@@ -13,8 +13,11 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 16 node-version: 16
cache: 'npm'
cache-dependency-path: 'package-lock.json' - name: Read package-lock.json
run: |
npm ci
cat package-lock.json
- name: Test code with ESLint - name: Test code with ESLint
run: eslint "./dist/**" run: eslint "./dist/**"