Skip to content

Commit

Permalink
chore: fix release and add Node.js 18 and 20 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Jun 20, 2023
1 parent ddcd6a5 commit a6a4188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
pull_request:

env:
NODE_VERSION: 16
NODE_VERSION: 'lts/*'

jobs:
tests:
strategy:
matrix:
node: [ '6', '8', '10', '12', '14', '16' ]
node: [ '6', '8', '10', '12', '14', '16', '18', '20' ]
name: Unit tests (Node v${{ matrix.node }})
runs-on: ubuntu-latest

Expand Down

0 comments on commit a6a4188

Please sign in to comment.