Skip to content

Commit

Permalink
Remove node.js 12 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Aug 19, 2022
1 parent 6449635 commit 84bd72e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "online-3d-viewer",
"version": "0.8.16",
"version": "0.8.15",
"description": "Online 3D Viewer",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 84bd72e

Please sign in to comment.