Skip to content

Commit

Permalink
ci: improve (#1797)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jun 9, 2023
1 parent f269fc0 commit df795af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['10.x', '12.x', '14.x']
node: ['10.x', '12.x', '14.x', '16.x', '18.x', '20.x']
os: [ubuntu-latest, windows-latest, macOS-latest]
webpack: ['5']

Expand Down

0 comments on commit df795af

Please sign in to comment.