Skip to content

fix(deps): update dependency three to ^0.165.0 #121

fix(deps): update dependency three to ^0.165.0

fix(deps): update dependency three to ^0.165.0 #121

Workflow file for this run

name: CI
on:
merge_group:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm i -g pnpm @antfu/ni
- uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- name: Install dependencies
run: nci
- name: Lint
run: nr lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm i -g pnpm @antfu/ni
- uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- name: Install dependencies
run: nci
- name: Build
run: nr build