Skip to content

Commit

Permalink
ci(release): add more OS and node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Oct 25, 2020
1 parent 654caa4 commit adfa15f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node: [12, 13, 14]
os: [macos-latest, ubuntu-latest, ubuntu-16.04, ubuntu-20.04, windows-latest, windows-2016]
node: [12, 13, 14, 15]
fail-fast: true
steps:
- name: Checkout repository
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
image: node:${{ matrix.node }}-alpine
strategy:
matrix:
node: [12, 13, 14]
node: [12, 13, 14, 15]
fail-fast: true
steps:
- name: Setup env with Node v${{ matrix.node }}
Expand Down

0 comments on commit adfa15f

Please sign in to comment.