Skip to content

Commit

Permalink
chore(actions): add webpack version (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 authored and ematipico committed Jan 17, 2020
1 parent 915c9f3 commit c1e8fdf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -12,10 +12,11 @@ jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
webpack-version: [latest, next]

steps:
- uses: actions/checkout@v1
Expand All @@ -27,6 +28,8 @@ jobs:
run: |
npm install
npm run bootstrap
- name: Use webpack ${{ matrix.webpack-version }}
run: npm install --save ${{ matrix.webpack-version }}
- name: smoketest
run: |
npm run build --if-present
Expand Down

0 comments on commit c1e8fdf

Please sign in to comment.