Skip to content

Commit fb9fa8e

Browse files
authored
update .github/workflows/js-test-and-release.yml (#108)
1 parent 43d2d9b commit fb9fa8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/js-test-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [windows-latest, ubuntu-latest, macos-latest]
30-
node: [16]
30+
node: [lts/*]
3131
fail-fast: true
3232
steps:
3333
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)