We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041c935 commit e76b7aeCopy full SHA for e76b7ae
.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