Skip to content

Commit

Permalink
update GitHub action
Browse files Browse the repository at this point in the history
we don't need matrix builds...
  • Loading branch information
MaxEtMoritz committed Aug 18, 2023
1 parent 4ba29a2 commit 3db1d39
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3db1d39

Please sign in to comment.