al-quran.reflectslight.io/.github/actions/prepare-env/action.yml
2024-07-29 16:17:25 -03:00

19 lines
327 B
YAML

name: Prepare environment
runs:
using: composite
steps:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: latest
cache: npm
- name: Setup packages
shell: bash
run: |
bin/setup