Skip to content

Commit

Permalink
chore: Fix CI workflow and add node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Nov 6, 2021
1 parent 2256754 commit bdf246a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
DEFAULT_NODE_VERSION: 14
DEFAULT_NODE_VERSION: 16

jobs:
tests:
Expand All @@ -16,8 +16,8 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
webpack-version: [default, ^5.0.0]
node-version: [10.x, 12.x, 14.x, 16.x]
webpack-version: [default, ^4.0.0]

steps:
- name: Checkout
Expand Down

0 comments on commit bdf246a

Please sign in to comment.