We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a26105 commit 2dd36ebCopy full SHA for 2dd36eb
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
timeout-minutes: 10
24
strategy:
25
matrix:
26
- node-version: [14.x, 16.x, 18.x, 20.x]
+ node-version: [14.x, 16.x, 18.x, 20.x, 22.x]
27
steps:
28
- uses: actions/checkout@v3
29
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments