We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab146fa commit e06beedCopy full SHA for e06beed
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
platform: [ubuntu-latest, macos-latest, windows-latest]
15
- node-version: ['10', '>=14']
+ node-version: ['12', '>=16']
16
17
name: ${{ matrix.platform }} / Node.js v${{ matrix.node-version }}
18
runs-on: ${{ matrix.platform }}
0 commit comments