We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd4cfb commit 8610499Copy full SHA for 8610499
1 file changed
.github/workflows/ci.yml
@@ -12,6 +12,10 @@ permissions:
12
jobs:
13
lint:
14
runs-on: ubuntu-latest
15
+ strategy:
16
+ matrix:
17
+ node:
18
+ - 20
19
steps:
20
- name: ⬇️ Checkout
21
uses: actions/checkout@v2
0 commit comments