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 45d2808 commit 80187b3Copy full SHA for 80187b3
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
strategy:
85
matrix:
86
os: [ubuntu-latest]
87
- node: [12, 14, 16, 18, 21]
+ node: [12, 14, 16, 18, 22]
88
runs-on: ${{ matrix.os }}
89
steps:
90
# Pull repo to test machine
0 commit comments