Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit da19913

Browse files
authored
update .github/workflows/js-test-and-release.yml (#195)
1 parent a76caef commit da19913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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)