Skip to content

Commit e06beed

Browse files
committed
ci: bump node versions
1 parent ab146fa commit e06beed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
platform: [ubuntu-latest, macos-latest, windows-latest]
15-
node-version: ['10', '>=14']
15+
node-version: ['12', '>=16']
1616

1717
name: ${{ matrix.platform }} / Node.js v${{ matrix.node-version }}
1818
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)