Skip to content

Commit 65f5447

Browse files
committed
[build] Set Node versions to package.json engines
1 parent 8d3e151 commit 65f5447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
13-
node-version: [^10, ^12]
13+
node-version: [^10.13, ^12.13]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)