Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jjspace committed Jan 9, 2024
1 parent f8306a2 commit 7e93bdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ jobs:
strategy:
matrix:
node: [18, 20]
webpack-dir: [webpack-4, webpack-5]
name: Node ${{ matrix.node }}
defaults:
run:
working-directory: ${{ matrix.webpack-dir }}
steps:
- uses: actions/checkout@v3
- name: install node ${{ matrix.node }}
Expand Down

0 comments on commit 7e93bdc

Please sign in to comment.