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 beb51fe commit 89f0d4eCopy full SHA for 89f0d4e
.github/workflows/unit-test.yml
@@ -31,7 +31,7 @@ jobs:
31
strategy:
32
matrix:
33
os: [ubuntu-latest]
34
- node: [16, 18]
+ node: [18, lts/*]
35
fail-fast: false
36
37
steps:
0 commit comments