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

Update test.yml

This commit is contained in:
Minionguyjpro
2023-12-10 13:53:39 +01:00
committed by GitHub
parent c34c7f49ae
commit 97f427c675

View File

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