From 339459cad8c4b449208550deb88adcf46c2e1127 Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Thu, 11 May 2023 22:55:52 +0300 Subject: [PATCH] build: update workflows --- .github/workflows/docs.yml | 4 ++-- .github/workflows/pull_requests.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 073f61f..daecc85 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,7 +2,7 @@ name: Documentation on: push: - branches: [ master, develop ] + branches: [master, develop] jobs: docs: runs-on: ubuntu-latest @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - node-version: "18.x" + # node-version: "18.x" run_install: | - recursive: true args: [--frozen-lockfile, --strict-peer-dependencies] diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 56b14cc..c7b34c2 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -2,7 +2,7 @@ name: Pull Requests on: pull_request: - branches: [ master, develop ] + branches: [master, develop] jobs: build: runs-on: ubuntu-latest @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - node-version: "18.x" + # node-version: "18.x" run_install: | - recursive: true args: [--frozen-lockfile, --strict-peer-dependencies] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09e3437..27ac1fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - node-version: "18.x" + # node-version: "18.x" run_install: | - recursive: true args: [--frozen-lockfile, --strict-peer-dependencies]