Skip to content

Commit

Permalink
Update build dependencies, three and react-select (#708)
Browse files Browse the repository at this point in the history
* Update build dependencies, react-select from 5.7.0 to 5.8.0 and three from 0.145.0 to 0.161.0 for GLTFExporter

* Use newer way to import three addon

* Update github ci config

* Update webpack and webpack-dev-server
  • Loading branch information
vincentfretin committed May 22, 2024
1 parent 08f754b commit 575c910
Show file tree
Hide file tree
Showing 4 changed files with 3,944 additions and 12,863 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['16.x']
node-version: ['20.x']
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix['node-version'] }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix['node-version'] }}
cache: 'npm'
Expand Down
Loading

0 comments on commit 575c910

Please sign in to comment.