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 86d3f0e commit 12f3988Copy full SHA for 12f3988
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
strategy:
23
matrix:
24
- node_version: ["current", "lts_latest"]
+ node_version: ["current", "lts/*"]
25
steps:
26
- uses: actions/checkout@v4
27
- uses: actions/setup-node@v4
0 commit comments