From 10119747044fd5733a7b1279f16811bfcdf3a37f Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Sat, 8 Jul 2023 14:37:28 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d59d5a..d47d27c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,11 @@ jobs: - uses: actions/checkout@v3 + - name: Setup NPM + uses: bahmutov/npm-install@v1 + with: + node-version: 16 + - name: Test code with ESLint run: npx eslint "./dist/**" @@ -19,7 +24,6 @@ jobs: with: path: ${{ github.workspace }}\scripts\test.iss - - name: Inno Setup Action (pull request) uses: ./ with: