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: