We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc93b1c commit 6d05658Copy full SHA for 6d05658
.github/workflows/test-and-release.yml
@@ -50,7 +50,7 @@ jobs:
50
runs-on: ${{ matrix.os }}
51
strategy:
52
matrix:
53
- node-version: [20.x, 18.x, 16.x]
+ node-version: [20.x, 18.x, 22.x]
54
os: [ubuntu-latest, windows-latest, macos-latest]
55
56
steps:
0 commit comments