Skip to content

Commit

Permalink
fix testing next on unsupported node version in ci (#3088)
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev authored May 1, 2023
1 parent 0ff9465 commit d590037
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,10 @@ jobs:
strategy:
matrix:
node-version: [14, 16]
range: ['>=9.5 <11.1', '>=11.1 <13.2', '>=13.2']
range: ['>=9.5 <11.1', '>=11.1 <13.2']
include:
- node-version: 18
range: '>=13.2'
runs-on: ubuntu-latest
env:
PLUGINS: next
Expand Down

0 comments on commit d590037

Please sign in to comment.