Skip to content

Commit

Permalink
Don't build for Node 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gingershaped committed Jan 8, 2024
1 parent 04fef79 commit 5ad092b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webpack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -25,4 +25,4 @@ jobs:
- name: Build
run: |
npm install
npx webpack
npx webpack

0 comments on commit 5ad092b

Please sign in to comment.