diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2aba0bd..8e3d250 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,22 +12,16 @@ jobs: steps: - uses: actions/checkout@v3 + - uses: pnpm/action-setup@v2 + - uses: actions/setup-node@v3 with: - fetch-depth: 0 - - - name: Install pnpm - uses: pnpm/action-setup@v2 - with: - run_install: true - - # after pnpm - - name: Use Node.js LTS - uses: actions/setup-node@v3 - with: - node-version: lts/* + node-version: 16.x registry-url: https://registry.npmjs.org/ cache: pnpm + - name: Install + run: pnpm install + - name: Build project run: pnpm run build diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 05934dc..d1a516d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -32,9 +32,6 @@ dependencies: babylonjs: specifier: ^7.6.0 version: 7.6.0 - cannon: - specifier: ^0.6.2 - version: 0.6.2 dat.gui: specifier: ^0.7.9 version: 0.7.9 @@ -333,10 +330,6 @@ packages: fill-range: 7.0.1 dev: true - /cannon@0.6.2: - resolution: {integrity: sha512-n/7wWSXr8KOSvjad2x0fJHgpMepKjOKi+NdSnjfYyijoDBZnp4JQKgPcpv28jlXoWM+N9zVYU09J0A6Qxx+Y7w==} - dev: false - /chokidar@3.6.0: resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} engines: {node: '>= 8.10.0'}