diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index 10b5d96..d6ab3af 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -6,19 +6,16 @@ jobs: build: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [14.x, 16.x, 18.x] - steps: - name: Checkout uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node-version }} + - name: Use Node.js LTS uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node-version }} - + node-version: lts + cache: npm + - name: Cache node_modules uses: actions/cache@v3 with: