We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a70dc commit 97293a4Copy full SHA for 97293a4
.github/workflows/pull.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- node-version: 22
+ node-version: [20, 22]
10
steps:
11
- uses: actions/checkout@v3
12
- name: Setup Node.js ${{ matrix.node-version }}
0 commit comments