Remove node.js 12 build.
This commit is contained in:
parent
64496350c3
commit
84bd72e6cf
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 14.x, 16.x]
|
||||
node-version: [14.x, 16.x]
|
||||
os-type: [windows-latest, macos-latest, ubuntu-latest]
|
||||
|
||||
steps:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "online-3d-viewer",
|
||||
"version": "0.8.16",
|
||||
"version": "0.8.15",
|
||||
"description": "Online 3D Viewer",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user