Skip to content

Commit

Permalink
Merge branch 'hotfix/5.0.1'.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrbroz committed Apr 9, 2024
2 parents 1b0df50 + 587e854 commit 2e486a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"svf-to-gltf": "./bin/svf-to-gltf.js"
},
"engines": {
"node": ">=10.15.0"
"node": ">=16.0.0"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 2e486a2

Please sign in to comment.