We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446c536 commit 0183e70Copy full SHA for 0183e70
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- node-version: [12, 14]
+ node-version: [ 18, 20, 22 ]
10
steps:
11
- name: checkout
12
uses: actions/checkout@v2
0 commit comments