Skip to content

feat: remove old cc license (#724) #3405

feat: remove old cc license (#724)

feat: remove old cc license (#724) #3405

Workflow file for this run

name: Node CI
on:
push:
branches:
- "main"
merge_group:
pull_request:
jobs:
build-node:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Yarn Install and Cache
uses: graasp/graasp-deploy/.github/actions/yarn-install-and-cache@v1
- name: Check code linting
run: yarn check
- name: Build
run: yarn build
- name: Test
run: yarn test
env:
CI: true