Skip to content

Commit 737389d

Browse files
committed
chore: use lts node for tests and checks
1 parent 4a12551 commit 737389d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [windows-latest, ubuntu-latest, macos-latest]
28-
node: [16]
28+
node: [lts/*]
2929
fail-fast: false
3030
steps:
3131
- uses: actions/checkout@v2
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
os: [ubuntu-latest]
44-
node: [16]
44+
node: [lts/*]
4545
fail-fast: false
4646
steps:
4747
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)