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:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -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/**"
|
||||||
|
|||||||
Reference in New Issue
Block a user