Skip to content

Commit 575c910

Browse files
Update build dependencies, three and react-select (#708)
* 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
1 parent 08f754b commit 575c910

File tree

4 files changed

+3944
-12863
lines changed

4 files changed

+3944
-12863
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: ['16.x']
17+
node-version: ['20.x']
1818
steps:
1919
- name: Checkout Repo
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Use Node.js ${{ matrix['node-version'] }}
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix['node-version'] }}
2626
cache: 'npm'

0 commit comments

Comments
 (0)