diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a78595890..6a0ada3a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: "20.10.0" - cache: "yarn" - name: Install run: yarn install diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 6482cd5e2..1f943d1bb 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -3,7 +3,6 @@ name: Conventional Commits on: pull_request: push: - branches: [development] jobs: conventional-commits: diff --git a/.nvmrc b/.nvmrc index a5e8bba26..790e1105f 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20.3.0 +v20.10.0