Skip to content

Commit

Permalink
Limit tests to node v16 for nes v12
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Jul 19, 2022
1 parent b596a4d commit a96beea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, windows]
node: ['*', '14', '12']
node: ['16', '14', '12']
hapi: ['20', '19']

runs-on: ${{ matrix.os }}-latest
Expand Down

0 comments on commit a96beea

Please sign in to comment.