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