diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 68b6836..b135481 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: @@ -26,6 +26,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' + - run: npm ci --force - run: npm run build --if-present - name: Upload GitHub Pages artifact uses: actions/upload-pages-artifact@v1.0.8