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:51:42 +01:00
committed by GitHub
parent 5da7491862
commit c34c7f49ae

View File

@@ -8,7 +8,11 @@ jobs:
test: test:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Test code with ESLint - name: Test code with ESLint
run: eslint "./dist/**" run: eslint "./dist/**"