We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ffc96a commit 8ff7b53Copy full SHA for 8ff7b53
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
name: 🧪 Test (Node@${{ matrix.node }})
41
strategy:
42
matrix:
43
- node: [12.0.0, 12, 14.0.0, 14, 16.0.0, 16, 17.0.0, 17, 18.0.0, 18, 19]
+ node: [12.0.0, 12, 14.0.0, 14, 16.0.0, 16, 17.0.0, 17, 18.0.0, 18, 19, 20]
44
runs-on: ubuntu-latest
45
steps:
46
- name: ⬇️ Checkout repo
0 commit comments