Skip to content

Commit

Permalink
chore: fix CVE and add more prebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed Jun 21, 2022
1 parent fbd68ee commit 6443eb4
Show file tree
Hide file tree
Showing 5 changed files with 551 additions and 525 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, windows-2019]
node: [12, 13, 14, 15, 16]
node: [12, 13, 14, 15, 16, 17, 18]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -38,7 +38,7 @@ jobs:
image: node:${{ matrix.node }}-alpine
strategy:
matrix:
node: [12, 13, 14, 15, 16]
node: [12, 13, 14, 15, 16, 17, 18]
steps:
- name: Setup env with Node v${{ matrix.node }}
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, windows-2019]
node: [12, 13, 14, 15, 16]
node: [12, 13, 14, 15, 16, 17, 18]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
image: node:${{ matrix.node }}-alpine
strategy:
matrix:
node: [12, 13, 14, 15, 16]
node: [12, 13, 14, 15, 16, 17, 18]
steps:
- name: Setup env with Node v${{ matrix.node }}
run: |
Expand Down

0 comments on commit 6443eb4

Please sign in to comment.