We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2653fd9 commit a7b7252Copy full SHA for a7b7252
.github/workflows/validate.yml
@@ -29,7 +29,7 @@ jobs:
29
# Otherwise we would not know if the problem is tied to the Node.js version
30
fail-fast: false
31
matrix:
32
- node: [14, 16, 18]
+ node: [14, 16, 18, 20]
33
runs-on: ubuntu-latest
34
steps:
35
- name: ⬇️ Checkout repo
0 commit comments