Skip to content

feat: update history for version 25.00 and 25.01 #79

feat: update history for version 25.00 and 25.01

feat: update history for version 25.00 and 25.01 #79

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
name: Test
on:
push:
branches:
- "master"
tags:
- "v*"
pull_request:
branches:
- "master"
defaults:
run:
working-directory: website
jobs:
build-n-deploy:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [3.0.0]
node-version: [16]
steps:
- name: Checkout code
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Test build
run: bun run build