We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2442c commit 8444378Copy full SHA for 8444378
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- node: [16, 18, 20]
+ node: [16, 18, 20, 22]
9
name: Node ${{ matrix.node }}
10
steps:
11
- name: Checkout
0 commit comments