We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d2d9b commit fb9fa8eCopy full SHA for fb9fa8e
.github/workflows/js-test-and-release.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
matrix:
29
os: [windows-latest, ubuntu-latest, macos-latest]
30
- node: [16]
+ node: [lts/*]
31
fail-fast: true
32
steps:
33
- uses: actions/checkout@v3
0 commit comments