1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Remove Ruby and Bundler dependencies from workflow and documentation

This commit is contained in:
codecalm
2025-01-22 22:22:06 +01:00
parent be69fd6c08
commit 782f0f5726
5 changed files with 9 additions and 48 deletions

View File

@@ -27,13 +27,6 @@ jobs:
with:
version: 8
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- run: ruby --version
- run: node --version
- name: Install pnpm dependencies