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-07-11 11:08:18 +02:00
committed by GitHub
parent 409ea15aa7
commit 558d65fd35

View File

@@ -8,12 +8,6 @@ jobs:
test: test:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Setup NPM
uses: bahmutov/npm-install@v1
with:
node-version: 16
- name: Test code with ESLint - name: Test code with ESLint
run: npx eslint "./dist/**" run: npx eslint "./dist/**"