We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd37919 commit b28faacCopy full SHA for b28faac
.github/workflows/node-compatibility.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- node-version: [16.6.0, 16.x, 17.0.0, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x]
+ node-version: [16.6.0, 16.x, 17.0.0, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x, 24.x]
17
18
steps:
19
- name: Checkout
0 commit comments