mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
build fixes
This commit is contained in:
4
.github/workflows/bundlewatch.yml
vendored
4
.github/workflows/bundlewatch.yml
vendored
@@ -25,7 +25,9 @@ jobs:
|
|||||||
node-version: "${{ env.NODE }}"
|
node-version: "${{ env.NODE }}"
|
||||||
|
|
||||||
- name: Install PNPM
|
- name: Install PNPM
|
||||||
run: npm i -g pnpm
|
uses: pnpm/action-setup@v2
|
||||||
|
with:
|
||||||
|
version: 7
|
||||||
|
|
||||||
- name: Set up Bundler
|
- name: Set up Bundler
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
|
|||||||
37
.github/workflows/lockfiles.yaml
vendored
37
.github/workflows/lockfiles.yaml
vendored
@@ -1,26 +1,25 @@
|
|||||||
name: Changed lock files
|
name: Changed lock files
|
||||||
on:
|
on:
|
||||||
pull_request: null
|
pull_request: null
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: read
|
pull-requests: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lockfiles:
|
lockfiles:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Verify lock file integrity
|
name: Verify lock file integrity
|
||||||
steps:
|
steps:
|
||||||
|
- name: Clone Tabler
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Clone Tabler
|
- name: Prevent lock file change
|
||||||
uses: actions/checkout@v2
|
uses: xalvarez/prevent-file-change-action@v1
|
||||||
|
with:
|
||||||
- name: Prevent lock file change
|
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
uses: xalvarez/prevent-file-change-action@v1
|
pattern: Gemfile.lock|pnpm-lock.json
|
||||||
with:
|
trustedAuthors: codecalm, dependabot
|
||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
pattern: Gemfile.lock|pnpm-lock.json
|
|
||||||
trustedAuthors: codecalm, dependabot
|
|
||||||
|
|||||||
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -20,8 +20,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
|
|
||||||
|
- name: Install PNPM
|
||||||
|
uses: pnpm/action-setup@v2
|
||||||
|
with:
|
||||||
|
version: 7
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: pnpm
|
run: pnpm install
|
||||||
|
|
||||||
- name: Creating .npmrc
|
- name: Creating .npmrc
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -24,7 +24,9 @@ jobs:
|
|||||||
cache: pnpm
|
cache: pnpm
|
||||||
|
|
||||||
- name: Install PNPM
|
- name: Install PNPM
|
||||||
run: npm i -g pnpm
|
uses: pnpm/action-setup@v2
|
||||||
|
with:
|
||||||
|
version: 7
|
||||||
|
|
||||||
- name: Set up Ruby
|
- name: Set up Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user