소스 검색

ci: bump node version to node16 (#17564)

* ci: bump node version to node16

* chore: remove `node-sass` - no longer used

Co-authored-by: Sagar Vora <sagar@resilient.tech>
version-14
Ankush Menat 2 년 전
committed by GitHub
부모
커밋
d2177d16a1
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
9개의 변경된 파일12개의 추가작업 그리고 15개의 파일을 삭제
  1. +0
    -5
      .github/helper/install.sh
  2. +1
    -1
      .github/workflows/patch-mariadb-tests.yml
  3. +1
    -1
      .github/workflows/publish-assets-develop.yml
  4. +3
    -1
      .github/workflows/publish-assets-releases.yml
  5. +3
    -3
      .github/workflows/release.yml
  6. +1
    -1
      .github/workflows/semantic-commits.yml
  7. +1
    -1
      .github/workflows/server-mariadb-tests.yml
  8. +1
    -1
      .github/workflows/server-postgres-tests.yml
  9. +1
    -1
      .github/workflows/ui-tests.yml

+ 0
- 5
.github/helper/install.sh 파일 보기

@@ -56,11 +56,6 @@ bench -v setup requirements --dev

if [ "$TYPE" == "ui" ]; then sed -i 's/^web: bench serve/web: bench serve --with-coverage/g' Procfile; fi

# install node-sass which is required for website theme test
cd ./apps/frappe || exit
yarn add node-sass@4.13.1
cd ../..

bench start &
bench --site test_site reinstall --yes
if [ "$TYPE" == "server" ]; then bench --site test_site_producer reinstall --yes; fi


+ 1
- 1
.github/workflows/patch-mariadb-tests.yml 파일 보기

@@ -49,7 +49,7 @@ jobs:
if: ${{ steps.check-build.outputs.build == 'strawberry' }}
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
check-latest: true

- name: Add to Hosts


+ 1
- 1
.github/workflows/publish-assets-develop.yml 파일 보기

@@ -15,7 +15,7 @@ jobs:
path: 'frappe'
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- uses: actions/setup-python@v4
with:
python-version: '3.10'


+ 3
- 1
.github/workflows/publish-assets-releases.yml 파일 보기

@@ -16,9 +16,11 @@ jobs:
- uses: actions/checkout@v3
with:
path: 'frappe'

- uses: actions/setup-node@v3
with:
python-version: '12.x'
node-version: 16

- uses: actions/setup-python@v4
with:
python-version: '3.10'


+ 3
- 3
.github/workflows/release.yml 파일 보기

@@ -16,10 +16,10 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js v14
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Setup dependencies
run: |
npm install @semantic-release/git @semantic-release/exec --no-save
@@ -31,4 +31,4 @@ jobs:
GIT_AUTHOR_EMAIL: "developers@frappe.io"
GIT_COMMITTER_NAME: "Frappe PR Bot"
GIT_COMMITTER_EMAIL: "developers@frappe.io"
run: npx semantic-release
run: npx semantic-release

+ 1
- 1
.github/workflows/semantic-commits.yml 파일 보기

@@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
check-latest: true

- name: Check commit titles


+ 1
- 1
.github/workflows/server-mariadb-tests.yml 파일 보기

@@ -56,7 +56,7 @@ jobs:
- uses: actions/setup-node@v3
if: ${{ steps.check-build.outputs.build == 'strawberry' }}
with:
node-version: 14
node-version: 16
check-latest: true

- name: Add to Hosts


+ 1
- 1
.github/workflows/server-postgres-tests.yml 파일 보기

@@ -59,7 +59,7 @@ jobs:
- uses: actions/setup-node@v3
if: ${{ steps.check-build.outputs.build == 'strawberry' }}
with:
node-version: '14'
node-version: '16'
check-latest: true

- name: Add to Hosts


+ 1
- 1
.github/workflows/ui-tests.yml 파일 보기

@@ -55,7 +55,7 @@ jobs:
- uses: actions/setup-node@v3
if: ${{ steps.check-build.outputs.build == 'strawberry' }}
with:
node-version: 14
node-version: 16
check-latest: true

- name: Add to Hosts


불러오는 중...
취소
저장