diff --git a/.github/workflows/webpack.yml b/.github/workflows/testing.yml similarity index 70% rename from .github/workflows/webpack.yml rename to .github/workflows/testing.yml index 5fd47057..848650c8 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/testing.yml @@ -1,4 +1,4 @@ -name: NodeJS with Webpack +name: NodeJS Testing on: push: @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [20.x] steps: - uses: actions/checkout@v3 @@ -24,9 +24,5 @@ jobs: - name: Build run: | - cd interface npm install - npm run build - cd .. - npm install - npm run build + npm run build \ No newline at end of file